How to convert json file format without using Copy Activity.
Basically, You shuld use Copy Activity to convert json. But If you want to do something detailed, you can manage it by using Lookup, ForEach, SetVariable Activities.
In this case, You should manage to escape strings such liken “\n”, “\r”, “\”….
How to convert json file format without using Copy Activity.
Basically, You shuld use Copy Activity to convert json. But If you want to do something detailed, you can manage it by using Lookup, ForEach, SetVariable Activities.
In this case, You should manage to escape strings such liken “\n”, “\r”, “\”….