ConvertKeysToTableFieldFormat
Filters And Transformers Pack.#
This Script is part of theConverts object keys to match table keys. Use this when mapping object/collection to table (grid) field. (An array of objects/collections is also supported).
Example:
- Input: { "Engine": "val1", "Max Results": 13892378, "Key_With^Special (characters)": true }
- Output: { "engine": "val1", "maxresults": 13892378, "keywithspecialcharacters": true }
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | transformer |
#
InputsArgument Name | Description |
---|---|
value | The object to convert. |
#
OutputsThere are no outputs for this script.