Hi All,
There is a post about how to use AIF transformation to convert Excel to XML
I plan to implement this for credit card import (Travel and expense>Periodic>Credit cards>Credit card impot from folder). I have no doubt about the dll part. However, before the the transformation, I found Credit card import will call SysImportProcessor.processInput() to copy the the input file to a temp folder, saved as xml.
And then the transformation dll will load the temp file as a input stream to do the conversion. I saw the processInput method seems only support plain text. My input excel file is around 13K, after moved to the temp folder, it became a 6 bytes xml file, seems the copying function before AIF transformation cannot support excel input.
Is anything wrong in my setup? Any advices will be appreciated.
Thanks in advance.
Frankie