TablePlus-Windows
TablePlus-Windows copied to clipboard
Import wizard csv :: add nvarchar datatype
- Which driver are you using and version of it (Ex: PostgreSQL 10.0): SQL Server
- Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 4.8.0 (182)
- The steps to reproduce this issue:
Add nvarchar datatype in import wizard:
And for import use N prefix:
INSERT INTO TABLE (...)
VALUES (N'UnicodeData', .....)
Thank you.
Thank @rlodina for your feedback. I will add it soon.