Open shareeq-97 opened 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.
Note to self: Using LONGTEXT column types can solves such issues
LONGTEXT
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.