This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Why are some values missing? #307
marcusolsson
announced in
FAQ
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Projects tries to detect the field type based on the values from the notes in the project. If multiple field types are detected, for example
23(number) andfalse(boolean), the plugin needs to guess the type and parse the remaining values as that type.At the moment, depending on the type some values can't be parsed. For example, how do you parse an array as a boolean? I'm planning to display parsing errors in a better way.
Until then, make sure that the values for the field have the same format, to make it easier to detect the field type.
Beta Was this translation helpful? Give feedback.
All reactions