I have a CSV file with data for a table in a mySQL database. I'm using phpMyAdmin to import the data. It all works fine except for one major issue. It randomly cuts off the text fields. There doesn't seem to be any reason about when.
- They are all at different points (i.e. not a specific number of characters).
- Not every row cuts the fields off.
- It cuts off at a space character (i.e. "The man crossed the road, and saw a tree." turns into "The man")
- There are two different fields that cut off.
- When I import the table data, each time the fields that get cut off, get cut off at the same point every time.
- If I remove the space where the row/field gets cut off, it loads more of the text (sometimes all the rest, sometimes cutting off at a different point).
Anyone seen a similar issue and have a resolution?