willy sepulveda
willy sepulveda

Reputation: 149

How to convert a base 64 file to pdf in Datafactory

I have an API service that gives me a base 64 file but I have to convert it to PDF or another format to store it in a Datalake, how can this be done in Azure DataFactory ???

Upvotes: 0

Views: 815

Answers (1)

Martin Esteban Zurita
Martin Esteban Zurita

Reputation: 3209

Data factory doesn't have this function built in, but this sounds like an easy job to program in Azure Functions. Once you have that, you can call the function with the Azure Function Activity to make it part of a more complex ETL.

Hope this helped!

Upvotes: 1

Related Questions