Hi,
I have a data integration with source provider csv and destination ECOM provider EcomProducts.
In my source settings I've defined a folder (not a file). This folder contains different files, all with the same structure but a different filename:
I want to import them all with the same integration. Since the headers are the same in the files, and they match the destination mapping (e.g. ProductId), I enabled 'create mappings at runtime'.
Expected result:
- All files are imported
Result:
- No files are imported.
As a check: When I disable the option and do a regular import selecting one of the files, it works fine.
My question:
How can I automate the import so all files are imported following the same mapping, without needing to define it for every file (table)?