Good day,
I have a customer that wants to import ecom data from a nightly generated XML file that they send to us over FTP. The data is quite large and they are splitting up the XML file in multiple files. Is there a way using standard components to treat these files as one from an import perspective? I tried the XML provider and pointed to a folder that contains multiple files but it treats each file as a separate table mapping. Is there some kind of subscriber or other hook I can tap into to combine the files before the import job runs?
(I know that on our end we can handle very large XML files so I could do it with a single file but it seems the sending party cannot deliver this).
Thanks!
Imar