Fields
Key
Required. Dot-notated path to the data to use as the key in the resulting structure, e.g.sku.
Value
Required. Dot-notated path to the data to use as the value in the resulting structure, e.g.name.
Root
Optional. Dot-notated base path to scope bothkey and value lookups. Use this to avoid repeating a shared prefix, e.g. set root to product instead of writing product.sku and product.name.
Keys
Optional list of keys to restrict which keys are returned. Leave empty to return all keys.Sample data
Key:sku
Value: name
Root: product
Input: