Field with spaces or multi word field #259
Field with spaces or multi word field
#259
Replies
|
Dataview doesn't recognize spaces in field names in queries, to be specific - you have two options:
|
2 replies
Answer selected by asknet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have field name that consists of multiple words. When I tried to use this plugin in dataview query, it is throwing parsing error. I couldn't find any usage related to this in documentation.
Wondering if this is supported?
Thank you
Dataview doesn't recognize spaces in field names in queries, to be specific - you have two options:
film-name. In general, to get the dataview query-friendly name, make it all lower case and replace spaces with dashes ("hello there" -> "hello-there", etc).row["field name"]. So, for example,row["Film Name"].