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.
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" (...)