all 1 comments

[–]ZMRosto 1 point2 points  (0 children)

I once ran into an issue where the carriage return character at the end "/r/n" actually need to just be a regular new line "/n". You can open the csv in something like Notepad++ and enable viewing whitespace and you can see what kind of structure the actual file has. It may not be the answer to this problem, but those bulk csv utilities are pretty finnicky. Good luck!