OCHA-DAP / hdx-cli-toolkit

A commandline tool for interacting with HDX with a view to doing bulk updates
MIT License
1 stars 0 forks source link

Allow key specification to be nested #5

Closed IanHopkinson closed 2 months ago

IanHopkinson commented 7 months ago

For the list command we might want to access nested keys in the dataset JSON, for example on the organization key. The syntax for specifying this sort of key would be to use a period separator i.e "organization.name"

Potentially we might also want to look at keys in a list of keys i.e. groups, tags, resources. These could either be presented as a list of values on one row or as separate line entries.