Hi,
I have created a Import Project in Data Management. This project has 2 entities (1 simple (Entity1) and one composite (Entity2)). I have tested them and import is fine (CSV and XML).
I have created a reccuring job for this Project and I will enque the files using C#. I am able to do this for a single entity using :
<base uri>/api/connector/enqueue/<activity id>?entity=<entity name>
But I want to schedule multiple files in single web call. I know I can do that by using data package import. But I am not sure how to create the zip folder. I searched but could not find an example for that.
Questions I have :
1. Do I put both these files in a folder and zip it and the enqueuer it.
2. If yes to above, is there specific name for the zip folder ? Also should I have entity corresponding file names. e.g. : Entity1.csv and Entity2.xml
3. Apart from the input data files do I have to put any other files in the zip folder.
Thanks,
Girija Shnakar