Why object keys that begin with an underscore are not recognized? #1286
Answered
by
pamburus
toplifangkai
asked this question in
Q&A
|
Hi, |
Answered by
pamburus
Dec 17, 2025
Replies: 2 comments
|
Hi, Keys starting with underscores are ignored by default. If you want to process those as well, override this setting in your configuration file. |
0 replies
Answer selected by
pamburus
|
Thank you very much! awesome work |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Keys starting with underscores are ignored by default.
This is set in the default configuration file, see fields.ignore setting.
If you want to process those as well, override this setting in your configuration file.