I have a little program that does
var lineArray = lines.split("\r?\n")
Before it was
var lineArray = lines.split("\n")
which did not work. I found the answer obviously (as in the correction I need to make) but I can't for the life of me find why this happened.
The file it was doing this for was a csv, shoot, plucky darn, beans