Hi,
I am importing Credit card statement for which have below sample data in CSV.
Processdate,AccountNumber,Description,CurrencyCode,Debit,Credit,Balance
20/APR/15,1234567890111213, AK AU7958193920525 BOWEN,USD,685.71,,
20/APR/15,5550051000842500, PK AU7958193909647 BOWEN,USD,848.7,,
I have created SharedXSD and TrvPBSMainDataXSD for credit card import service TrvPBSMainDataService.
when i import the statement i am getting below error.
Input file does not conform to messageset schema.
Transformation failed. Select another format or check the format definition before importing the file again.
AifImportResults object not initialised.
What wrong i am doing here?
I referred below link to generate DLL file from Visual studio 2013 and i registered it for transformation in inbound port. i could successfully activate inbound port. but import throws above error.
https://shashidotnet.wordpress.com/2011/12/12/dynamics-ax-2012-aif-import-csv-file-part-3-import-csv-file-using-aif/