Arp-G / csv2sql

A blazing fast fully-automated CSV to database importer
MIT License
54 stars 4 forks source link

Long text gets cut off while inserting to db #12

Open shareeq-97 opened 2 years ago

shareeq-97 commented 2 years ago

When a CSV has text data which exceeds the length of TEXT that is 65535 characters then the characters are getting cut off while inserting into DB.

Arp-G commented 2 years ago

Note to self: Using LONGTEXT column types can solves such issues