Forum Discussion

CEllis's avatar
CEllis
Resolver I
1 year ago
Solved

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...
  • lbendlin's avatar
    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.