I built a tool for a business partner that allows the user to pull data from oracle into a pre-filled form, add additional information and submit that data to a sheet within the file. I now need to load the data from that file into Snowflake using Matillion. However, the bash script component in Matillion only works with csv files. Now my options are two fold. First, I can attempt to re-write the VBA code to save directly to an external csv file OR I can use Power Automate to create a daily csv file from the data stored in my workbook. I'd prefer to do the latter for efficiency reasons. However, when I attempt to access my xlsm file in Power Automate to load all rows I can't. It looks like its not possible to load macro enabled files. Is this true? Or is there a workaround that is fairly straightforward and won't compromise efficiency?