-
Hi, I have this input
If I cat it I have If I want to cut Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @aborruso ! This is more of #310 #763 #948. There isn't a field called You can work around this by doing the flatten explicitly:
I do intend (#948) to let non-DSL verbs like |
Beta Was this translation helpful? Give feedback.
Hi @aborruso ! This is more of #310 #763 #948.
There isn't a field called
info.age
until the final (implicit) flatten (https://miller.readthedocs.io/en/latest/flatten-unflatten/). There's a field calledinfo
which is a map which contains a keyage
. The final (implicit) flatten is to prepare for CSV output.You can work around this by doing the flatten explicitly:
I do intend (#948) to let non-DSL verbs like
cut
be able to treat things likeinfo.age
syntactically -- this needs to be coded up.