reading in from csv files

csv files have their commas pre-escaped so i don’t have to worry about there being commas in data, i can just use the split function to read in?

Maybe.

So then right, this isn’t the desired result

of fields: 4

of fields: 3

I tried adding more backslashes to ‘barking, all night’ barking\, barking\, barking \\, none of them got different results they all said 4 and 3