I am trying to load csv files from a folder but I need to apply several custom steps to each file, including dropping the PromoteHeaders
default.
I have a custom query that can load a single file successfully. How do I turn it into a query that loads all files in a folder?
By default, File.folder
's "promoteHeaders" messes up my data because of a missing column name (which my custom query fixes).