cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

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? 

1 REPLY 1

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.