Forum Discussion
3 Replies
- stephenknilansContributor
From what I have happened to see, I know this is possible to do in the mapper.
- tstackFormer Employee
What are the source and destination types you are looking to convert? Here are some conversions that are available:
- parseFloat()/parseInt() - Convert a string into a number
- Date.parse() - Convert a string to a date
- To convert a value (other than null) to a string, you can call the ‘.toString()’ method on the object.
- JSON.stringify() - Converts a value to JSON.
- SuhasPothedarNew Contributor II
I want to convert a mapper variable into a varchar2(100) datatype, is that possible on snaplogic?