Using SQLLINES I am trying to migrate from SQL Server to Postgres. http://www.sqlines.com/home
My problem is that the data once migrated (type nvarchar in SQL Server) is translated to text or varchar in Postgres and the data itself is impacted.
Example source data: ordertask
Target data
:o\000r\000d\000e\000r\000t\000a\000s\000k\000
the\000 is added automatically to all varchar data after each character.
Any help?