I am running PDI 4.4.0 on CentOS with a source DB of MySQL and a destination DB os SQL Server 2012.
I'm getting the error on my Insert/Update step (writing to SQL Server) which says
I really don't understand that because all of the source MySQL columns that become a smallint in SQL Server are defined as tinyint(1) in MySQL, and they all have data in them of 1 or 0, no "N" values appear anywhere.
What's going on and how do I work around it?
I'm getting the error on my Insert/Update step (writing to SQL Server) which says
Code:
Conversion failed when converting the nvarchar value 'N' to data type smallint
What's going on and how do I work around it?