dataset path COLLETION_NAME KEY
path will return the full path to a JSON Document with the provided KEY. This is particularly useful when you have your dataset collection on local disc. This allows you to process the JSON document directory with whatever tools you have at hand. Use with caution.
In this example we are trying to find the full path to a JSON document with an KEY of “r1”. Our collection name is “data.ds”.
dataset path data.ds r1