I have a csv file I cannot read properly because instead of it being comma-separated it has semicolons, therefore I cannot read it as a table.
Do you know if I can write a script in order to see it properly? Below I typed how I am reading part of the file.
;"sid";"aid";"sentnr";"parnr";"sentence";"Subject.party";
1;43160789;74861000;1;1;"Officieel „aanzoek"" namens
2;43160790;74861000;1;2;"Van onze parlementaire redactie NA;NA;NA;NA;NA;NA;NA
3;43160791;74861000;2;2;"Hierdoor is de opvolging van
4;43160792;74861000;3;2;"Dr. Samkalden had in ;NA;NA;NA;NA;NA;NA;NA
5;43160793;74861000;4;2;"In het kabinet-Bi
6;43160794;74861000;5;2;"_";NA;NA;NA;NA;NA;NA;NA
NAas this will screw up tokenising