Unlock excel file when using azure data factory

Lars Schlaepfer 26 Reputation points
2021-02-16T11:15:18.9+00:00

Hello,

I'm currently working with data that I receive every 1st of the month. This data is delivered in my email as an excel file but it's protected with a password. I use Azure Logic App to move the attachment (excel file) to a blob storage. This file is then used within Azure Data Factory to copy it into my database table.

To automate this process I need a solution to enter this password automatically when I want to copy it into my database with ADF.

Is there someone that encountered the same problem and has found a solution?

Kind regards,
Lars

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

Accepted answer
  1. Nandan Hegde 32,911 Reputation points MVP
    2021-02-16T11:21:48.4+00:00

    hey @Lars Schlaepfer ,
    you can use python code to open pwd protected excel file :
    https://stackoverflow.com/questions/19450837/how-to-open-a-password-protected-excel-file-using-python

    via Azure functions and call Azure functions via ADF for the overall data flow.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.