Is there a way to read the CSV files automatically from on-premises network locations and write back to the same from Databricks?

Raagavi
New Contributor

Is there a way to read the CSV files automatically from on-premises network locations and write back to the same from Databricks? 

Debayan
Databricks Employee
Databricks Employee

Hi @Raagavi Rajagopal​ , you can access files on mounted object storage (just an example) or files, please refer: https://docs.databricks.com/files/index.html#access-files-on-mounted-object-storage

And in the DBFS , CSV files can be read and write from, please refer:

https://docs.databricks.com/external-data/csv.html#options

Please let us know if this helps.