Solved

Load CSV files from Azure Blob Storage

  • 3 March 2023
  • 2 replies
  • 34 views

Badge

Hi everyone, 

I am adding a new data source to ODX, this connection has to load 6 cvs files from azure storage, could you help me to create the connection?

Thanks 

Ignacio

icon

Best answer by Syed Yousuf 3 March 2023, 20:04

View original

2 replies

Userlevel 2
Badge +3

Hi Ignacio

Please use the examples from this guide

Connect to CSV data sources

For Blob storage containers, specify abfss:// or azureblob:// in URI

If your file is stored in a FileShare instead of a container, you can use the azurefile:// option

Badge

Excellent! It worked!

Reply