Start with delimiter and row shape
A CSV can look fine in a text editor but parse incorrectly if the delimiter, quotes, line endings, or row lengths are...
More
A CSV can look fine in a text editor but parse incorrectly if the delimiter, quotes, line endings, or row lengths are inconsistent. Run delimiter and validation checks before changing values.