Forum Discussion
Same data transformations to be done on multiple files?
- 2 years ago
Hi alee023
Thanks for using Microsoft Fabric Community.
As I understand that you want to use the same type of transformations on every new .CSV file that you will receive on monthly basis.
If the schema of all the .CSV files are similar, then the two scenarios which you have mentioned above would work.
For your scenario, if simplicity is your main priority Option 1 (Dataflow with SharePoint Source) might be sufficient. No matter which approach you choose, you'll achieve the desired result of automatically transforming your monthly CSV files while maintaining a clear separation between data source management (SharePoint) and data transformation logic (Dataflow).
I hope this information helps. If you have any further questions please do let us know.
Thanks.
Hi alee023
Thanks for using Microsoft Fabric Community.
As I understand that you want to use the same type of transformations on every new .CSV file that you will receive on monthly basis.
If the schema of all the .CSV files are similar, then the two scenarios which you have mentioned above would work.
For your scenario, if simplicity is your main priority Option 1 (Dataflow with SharePoint Source) might be sufficient. No matter which approach you choose, you'll achieve the desired result of automatically transforming your monthly CSV files while maintaining a clear separation between data source management (SharePoint) and data transformation logic (Dataflow).
I hope this information helps. If you have any further questions please do let us know.
Thanks.
Hi,
I am facing a similar issue. I have a dataset wherein I applied a few transformations such as change data type for all columns, choose columns etc. Now, I want the data to be updated and the same transformations to be applied there. For instance, I have a file called, 'Orders'. Now, I have an updated version of the same file in sharepoint. How do I proceed with updating the same in dataflow and then ensuring the transformations get applied to it.
I wanted to understand the steps to perform the same. Could you please help me with the same.
- alee0232 years agoFrequent Visitor
Here's what I did:
- My files were uploaded to SharePoint, so my dataflow source was to the sharepoint folder. I'm not sure how this works if it were OneDrive.
- Filter the dataset to the correct folder path - because the source doesn't allow you to connect to specific subfolders, so you deal with it in this step
- Filter the dataset to get the most recent file (sort by date created, descending)
- Find the 'Combine files' option in the menu. This will extract all the data from the file