08-10-2022 08:52 AM
Hi All,
I am creating a Json file by using the Json formatter but I am not getting the json in correct format for all the empty values.
Below is the input for Json Formatter :
Getting below output from Json Formatter.
The output should look like below. Empty fields should be enclosed in double codes.
“Bankgroup” : “”,
“BankNumber” : “”,
Please let me know how we can achieve this.
@dmiller
Thanks
Mohit
08-10-2022 01:00 PM
David, I downloaded and validated your pipeline. Even with the Mapper, the preview dialog for the JSON Formatter’s output shows the same problem with displaying a single double quote instead of two double quotes:
Your Mapper doesn’t change these values since they are already strings.