Reputation: 149
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
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