Hi,
Can anyone explain how to import a .csv file using Xmlport for multiple table?
Thank you in advance.
*This post is locked for comments
Hi,
Can anyone explain how to import a .csv file using Xmlport for multiple table?
Thank you in advance.
*This post is locked for comments
Hi
For reference you can check XMLPORT No 1 Consolidation Import/Export
Hi,
This will not work. The above is for a structured data file, e.g. XML. For the CSV, you may need Integer table and handle the import via code.
Hi Amol,
I wanted to know whether the following xmlport as shown in the screenshot below is the right way or not of importing a .csv file for multiple tables?
Hi
You need to write a program on OnAfterInsertRecord Trigger of XMLPORT and you need to ensure your csv file contain the required data for all tables which you want to import
Hi,
So is there no way that i can use xmlport for importing a .csv file into multiple tables ? (were i haven't to put the data into a single table).
You would anyway need to import the data consequently in one table, than into another. Please refer to the links other members had provided.
Hi
You can refer the below links.
msdn.microsoft.com/.../hh165760(v=nav.90).aspx
Hi,
Please check this thread: community.dynamics.com/.../156120