Skip to main content
list-keys General description Gets the names of the keys from a list. The found keys can be used in further steps to convert or select data. Parts of the mapper No configurable options available

Sample data

Input dataOutput data
{“test-1”:“value-1”,“test-2”:“value-2”,“test-3”:“value-3”}[“test-1”, “test-2”, “test-3”]