01-29-2018 01:11 AM
how to cast a variable in mapper to a specific datatype before inserting or updating it into a table?
01-29-2018 06:55 AM
From what I have happened to see, I know this is possible to do in the mapper.
01-29-2018 09:46 AM
What are the source and destination types you are looking to convert? Here are some conversions that are available:
01-29-2018 08:51 PM
I want to convert a mapper variable into a varchar2(100) datatype, is that possible on snaplogic?