Hi everybody,
I have been struggling with the following task: I need to open about 1200 large DBF files (one has around 1.5GB), filter some records out and save each one into csv. I do this to reduce file size and later those csvs will be loaded into an sql database.
I planned to use a simple wildcard input, but given that some files have slightly different schemas, there is the " File XX has a different schema than the 1st file in the set and will be skipped" and "File XX has a different field name..." I used the macro described here https://community.alteryx.com/t5/Alteryx-Knowledge-Base/CS-Macro-Dev-Reading-in-Multiple-Files-with-Different-Field/ta-p/13370/label-name/batch%20macro/page/2/show-comments/true, but with no luck.
Since I don't want to join the files in this step, it is frustrating that Alteryx won't just filter and convert the files ignoring different schemas, as it doesn't really matter.
