Hello all.
When using the domoCLI query-data command, there are --query and --queryfile command options.
I would like to know how to write a JSON-formatted query that can be used for each.
For example, what if you want to retrieve only the "Name" field from the following dataset.
[Example data set]
ID Name Address
1 John Minnesota
2 Robert Wisconsin
3 William Michigan
4 James New Jersey
5 Charles California
That's all. Thank you.