As the name implies this is about translating values from one thing to another and is commonly used for data normalisation. Essentially it is mapping from one value to another - like "BLCK" to "BLACK" or "1K" to "1000". A dictionary can contain several thousands of entries like this and you use it from a Pipes robot.
Create data normalisation mapping
Written by Henrik Hofmeister
Updated over a week ago