Forum Discussion
Yamshay
2 years agoFrequent Visitor
Extracting CSV tables from a zipped folder in SharePoint
Hello! I am facing interesting issue that I can not figure out how to resolve. I am attempting to dynamically extract CSV tables from a zipped folder in SharePoint. The issue is that when I attem...
lbendlin
Super User
2 years agoWhen selecting the "Combine" button
Don't do that. Write your own code to process each binary via Table.AddColumn and then expand the resulting tables.
If you like more help please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.