Returns the character the csv reader object is using to signify a line break in the connected csv file.
No parameters
let csv = datasource.csvRead("example_file.csv", 0); let lb = csv.getLineBreak(); console.log(lb);
Result: \r\n
\r\n