You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case a value of any attributes contains an escaped double quote the flatten json generates a corrupt json file. The escape sign should be taken over.
e.g. "title": "JTC 24,5\" (...)",
becomes : "lineItems_0_title": "JTC 24,5" (...)
The text was updated successfully, but these errors were encountered:
sschroedel
changed the title
Handling of Double Quotes
Handling of Escaped Double Quotes
Nov 26, 2023
In case a value of any attributes contains an escaped double quote the flatten json generates a corrupt json file. The escape sign should be taken over.
e.g.
"title": "JTC 24,5\" (...)",
becomes :
"lineItems_0_title": "JTC 24,5" (...)
The text was updated successfully, but these errors were encountered: