Data factory Excel file read error
The Excel file is loading into the Blob storage through the HTTP connector(Binary copy) and this process works fine. However when I tried to consume the file through the Blob excel dataset then I am getting the below error
"Schema import failed: Encrypted excel file '****.xlsx' is not supported, please remove its password.\r\nWrong Local header signature: 0x5B8399\r\n Activity ID: 8123b213-3172-4ae0-b854-6f8be4307207"
The file is generated from the HTTP connector is not encrypted. I have tried downloading this file to my local drive and I can open this with Excel without any error. I have also tried to upload this file from my local drive to Blob storage and this file works with the Data Factory dataset.
Any inputs will be appreciated.