How to use Transformation during import
By using Transformation during import you can easily manipulate data to your liking
Last updated
By using Transformation during import you can easily manipulate data to your liking
Last updated
When importing Text or Number you can choose to do Transformation on the incoming values. This is done by clicking the 'Transform' text to the right of the data mapping.
Transformation for Text has the following options:
All caps
All non caps
Capitalize first letter in sentence
Capitalize first letter in word
Trim
Replace
Regex replace
These are all pretty selfexplanatory and require no other choices to be made, except Replace and Regex replace.
Regex replace is similar, however it takes a pattern instead of an 'Old value'. This pattern is in the form of a regular expression and all occurences that fits the pattern will be replaced with the new value.
Transformation for Numbers has the following options:
Divide
Minus
Multiply
Plus
And they do exactly what they say.
Whether you click 'Transformation' for a Text or Number determines the tranformations that are eligible.
Replace takes an 'Old value' and a 'New value'. In the example above all occurences of 'jacket' will be replaced with 'pillowcase' for the the Transformation was added to.
Having chosen your Transformation type simply input the Number for the operation and the operation will be executed on the that is imported.