- Help Center
- Working with the iPaaS
- Best Practices
Cast an integer to a string
This article explains how you can cast an integer to a string
Let's say that you have a pattern named result.ean which is as an integer, and you want to cast that to a string. This is how you achieve the obtained result:
- Within a Transformer choose Data, transform data using mappers and conditions
- Add the Transformer named Value mapper
- The Accessor should be configured to Pattern accessor
- The Pattern should be result.ean
- Then add the Mapper Cast: Integer
As a result, the pattern result.ean will now be an Integer
Screenshot