Is there a way to read the CSV files automatically from on-premises network locations and write back to the same from Databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 08:04 AM
Is there a way to read the CSV files automatically from on-premises network locations and write back to the same from Databricks?
Labels:
- Labels:
-
Csv files
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 12:12 AM
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.