Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 01:21 AM
Hi @rr_5454,
You will find the answer here https://forums.databricks.com/questions/10648/upload-local-files-into-dbfs-1.html
You will have to:
- get the file to local file storage
- move the file from dbfs
- load the file in a dataframe
This is one of the possible solutions.