I've created one azure data factory pipeline. By which, I need to store my JSON file content as string from my blob storage JSON file to azure table storage entity.
I tried with copy activity where the source is my blob storage JSON file and destination is my azure table storage's table where I need to store that.
Finally, I need the content of my JSON file to an entity of table storage as below.