Q: I have an FTP file with order records, where each order can contain one of three locations. I’d like Location A to go to one folder, Location B to another, and Location C to a third. Can I detect the location of each order and send it to the appropriate folder? In this case, the "location" is in the data being exported from NetSuite.
A: You should be able to specify a location using filters for your imports. You would create three separate filters, one before each import step. These filters would then pass only the data with that specific location to the corresponding import step.