Azure Data Factory - Data flow - error when using .xls as source

Petrut Popescu 6 Reputation points
2021-09-17T07:40:04.61+00:00

Hi.

I have two excel files in a Azure blog storage, in the same container (one .xls and one .xlsx).
Both file have the same data and schema. When I use the .xls as a source in a Data Flow, I get this error "Path does not resolve to any file(s). Please make sure the file/folder exists and is not hidden."
When using the .xlsx, it works fine.
The path is identical both on the xls and xlsx, only the name of the files differ. Also Preview Data works on the Dataset level, even the number of columns are shown in the Source activity of the data flow.
Do you have any idea how can I fix this?

Thanks!

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Petrut Popescu 6 Reputation points
    2021-09-21T12:38:04.197+00:00

    Thank you for your suggestion.
    After some testing with versions of the .xls file (less columns, less rows, different file name), I've found the problem.
    Seems that the underscore "_" from the beginning of the file name is causing this behavior.
    I've tried different file names, but once I insert the underscore at the beginning, it crashes.

    Thanks for your support! :)

    1 person found this answer helpful.
    0 comments No comments