I'm interested in pulling data from S3 using ADF. My intention is to grab the CSV data from S3, convert it to JSON and send it to a HTTP api using the REST target within ADF. I'm curious if it's possible to convert the data to JSON during the import/process within Azure?
Or am I forced to first import the data, store it in some storage service within Azure, convert it to JSON and then send it to the HTTP API. I want to avoid having to store it in some storage service within Azure. Is it possible to convert the CSV data to JSON without using some storage service within Azure?
