Forum Discussion
CEllis
1 year agoResolver I
Storage Soloution
Morning, I am currently storing csv files in a SharePoint document library and consuming them in dataflows. This all works well but just wonderd what would be a better storage soloution for histo...
- 1 year ago
What's wrong with CSVs? They are a great storage option and ingest quickly.
You could convert them to Parquet / Delta Lake format if you want to future proof them.
Note: consuming CSVs in dataflows is basically duplication of effort. You are moving data from one CSV into another CSV.
lbendlin
1 year agoSuper User
What's wrong with CSVs? They are a great storage option and ingest quickly.
You could convert them to Parquet / Delta Lake format if you want to future proof them.
Note: consuming CSVs in dataflows is basically duplication of effort. You are moving data from one CSV into another CSV.