Skip to main content

ConvertKeysToTableFieldFormat

This Script is part of the Filters And Transformers Pack.#

Converts 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 Data#


NameDescription
Script Typejavascript
Tagstransformer

Inputs#


Argument NameDescription
valueThe object to convert.

Outputs#


There are no outputs for this script.