Generating JSON file using CopyData activity in ADF pipeline
Amit Trivedi
40
Reputation points
I am running below sql query in the source of CopyData activity in ADF pipeline which generate a JSON output as given below. The source is the Azure sql and the target location is the data lake.
The issue is : If you see the Location in the JSON, it is adding backslash along with the forward slash (forward slash is part of the data). Also, the final json file is having backslash in start and end of everywhere in the json which are not visible here. Please suggest way to remove these backslashes while generating the JSON file
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Sign in to answer