Hello all,
I am attempting to read files from a directory in sharepoint, perform a transformation on the files separately with Python, and then output them in all separate files. I get the desired output when one file is selected but when I select the directory it attempts to combine them based on the number of columns (they do not share similar structures and I want them to remain separate anyways). Thank you in advance. 