Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of Escaped Double Quotes #88

Open
sschroedel opened this issue Nov 26, 2023 · 0 comments
Open

Handling of Escaped Double Quotes #88

sschroedel opened this issue Nov 26, 2023 · 0 comments

Comments

@sschroedel
Copy link

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

@sschroedel sschroedel changed the title Handling of Double Quotes Handling of Escaped Double Quotes Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant