cue export -e "<toplevel fieldname containing dot>"; exporting a field at the toplevel that contains a dot . #3705
Answered
by
mvdan
WaywardWizard
asked this question in
Q&A
-
Usually, an index expression can be quoted, and cue will treat everything in the quotes as a fieldname. However, when accessing a top level field via an expression on the cli, if you attempt to quote the field name then the cli will interpret that expression as a plain string (which is sensible). My question is - is there a syntax to get around this syntax conflict between strings and index expressions? Maybe a '$."fieldname.with.dot"' or similar? |
Beta Was this translation helpful? Give feedback.
Answered by
mvdan
Jan 28, 2025
Replies: 1 comment 1 reply
-
I believe this is #358. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WaywardWizard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is #358.