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

When header has ".", it creates inner objects #477

Open
Elvin1492-softeq opened this issue May 18, 2023 · 1 comment
Open

When header has ".", it creates inner objects #477

Elvin1492-softeq opened this issue May 18, 2023 · 1 comment

Comments

@Elvin1492-softeq
Copy link

When I have a header like "04. EQ Class", it separate the header to objects like below
image

@mebibou
Copy link

mebibou commented Aug 27, 2024

From the documentation:

flatKeys: Don't interpret dots (.) and square brackets in header fields as nested object or array identifiers at all (treat them like regular characters for JSON field identifiers). Default: false.

Have you therefore tried { flatKeys: true }?

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

2 participants