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 availableDocumentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Sample data
| Input data | Output data |
|---|---|
| {“test-1”:“value-1”,“test-2”:“value-2”,“test-3”:“value-3”} | [“test-1”, “test-2”, “test-3”] |