In Azure Data Factory, I have Lookup activity. "Lookup" activity, which reads the JSON Data from SQL DB (more than 1 row) and bring into ADF Pipeline.
The lookup activity output contains escape character. Please see this:
{\ "resourceType\ ":\ "counter","id" :\ "9i5W6tp-JTd-24252\ "
How to remove escape character? Any help is appreciated.







jsonfunction only supports string types instead of array types, we have to do more complicated work. - Joseph Xu