In Azure Data Factory read excel files

guddu picture guddu · Dec 6, 2018 · Viewed 12.9k times · Source

I am new to Azure Data Factory(ADF), I need to access/load excel files sitting in a blob into ADF but as ADF doesn't support excel format(supports tex/csv/json/.. only) is there a way to ingest excel files into ADF? I really appreciate if anybody could help!

Thanks.

Answer

Bo Xiao picture Bo Xiao · Dec 7, 2018

ADF does not support reading from xls file yet.

You can find solutions in this answer: How to read files with .xlsx and .xls extension in Azure data factory?