Remove XML duplicate key from JSON list in XML formatter
Hello, As you can see from the title, i am trying to remove a duplicate key in XML which is created by the XML formatter. The JSON generator contains JSON something along the lines of this: ...
I think you might want to add a single quote… e.g.
"INSERTTS = '" + $INSERTTS + "'"
or if the format is the issue...
"INSERTTS = '" + Date.parse($INSERTTS).toLocaleDateTimeString({"format": "yyyy-MM-dd HH:mm:ss.SSS"}) + "'"