Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alumio.com/llms.txt

Use this file to discover all available pages before exploring further.

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”]