TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Import wizard csv :: add nvarchar datatype

Open rlodina opened this issue 1 year ago • 1 comments

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): SQL Server
  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 4.8.0 (182)
  3. The steps to reproduce this issue:

Add nvarchar datatype in import wizard:

Untitled 4

And for import use N prefix:

INSERT INTO TABLE (...)
VALUES (N'UnicodeData', .....)

Thank you.

rlodina avatar Apr 02 '24 10:04 rlodina

Thank @rlodina for your feedback. I will add it soon.

sonswift avatar Apr 02 '24 13:04 sonswift