Reputation: 71
it's possible to get all sheet of an excel or csv and storage them into a data lake ? Many thanks
Upvotes: 0
Views: 337
Reputation: 2764
I reproduced the same thing in my environment. Here are the sample files in the container:
I'm able to get all my files you can check:
mssparkutils.fs.ls('wasbs://<container_name>@<storage_account_name>.blob.core.windows.net/')
Reference:
Configure access to ADLS Gen2 Storage account | Microsoft
Upvotes: 1