Want to create a flow to create a BLOB file in JSON format for every tweet that contains a hashtag.
I've built the container in Azure Blob, connected successfully. I've picked: twitterID as the blog file name. I want tweetedBy and tweetText as the JSON file contents.
It works, but the files are in text with no formatting at all. Worse, they have /n or line breaks. A mess.
I figured the twitter input would be serialized as JSON and thusly the Azure blob output would then be JSON.
No? What am i doing wrong?