Skip to main content
List: flip keys and values The “List: flip keys and values” mapper switches the keys and values of a list.

Fields

N/A

Sample data

InputResult
{“name”: “Example”, “price”: “10”}{“Example”: “name”, “10”: “price”}
[“A”,“B”,“C”]{“A”: 0, “B”: 1, “C”: 2}