Forum Discussion
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.
SuhasPothedar
8 years agoNew Contributor II
I want to convert a mapper variable into a varchar2(100) datatype, is that possible on snaplogic?
Related Content
- 3 years ago
- 4 years ago