Hi Community,
I would like to ask if we can convert multiples file (csv and xlsb format) into xlsx file in the Alteryx by using macro. Understand that batch macro able to read multiple tabs in xlsx but only can read one tab for csv. While for xlsb , batch macro only able to read same sheet name for each excel file. Due to this limitation, i would like to convert all my csv and xlsb file into xlsx format before asking alteryx to read the data.
Currently, i have four huge folders which consist of the following excel file format:
1. Folders consist of csv format only (different schema and different sheet name within one excel file)
2. Folders consist of xlsb format only (different schema and different sheet name within one excel file)
3. Folders consist of csv and xlsb format (mixture of these two format - different schema and different sheet name within one excel file)
4. Folders consist of csv, xlsb and xlsx (mixture of these three format - different schema and different sheet name within one excel file)
For items number 4, i plan to ask Alteryx to read all the files so that the output (xlsx) will be in one location.
May i know if this is possible in Alteryx to just convert all the files into xlsx format?
Many thanks for the helps.