Numeric base conversion¶
Numeric base conversion lets you convert numbers between decimal, binary and hexadecimal formats in a Prepare recipe.
This capability is provided by the Numeric Base Conversion plugin, which you need to install. Please see Installing plugins.
In the Math / Numbers processors library, select Convert binary hexa to/from decimal.
In Input column, select the column containing the numbers to convert.
In Output column, set the name of the column which will contain the conversion results.
Select the conversion type according to the base of the source and the expected output base.
Run the recipe.
The content of the Input column will be converted and copied in the Output column.