What are Dictionaries?
- 23 Aug 2021
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
What are Dictionaries?
- Updated on 23 Aug 2021
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article Summary
Dictionaries are used to map a list of values to another list of values, arranged as key/value pairs. Both the keys and values can be an object or a string of text; key entries can also be defined as a regular expression.
Dictionaries are used in Pipe robots to normalize data. For example, if you need to map certain typo's to their actual counterpart or if you want to look up a certain SKU in a dictionary to get the proper name for a product, this can all be done using the dictionaries.
To create a new dictionary,
- Select the Projects view.
- Select the top-right New button.
- Choose Dictionary.
Was this article helpful?