Returns the character the csv writer object is using to signify line breaks in the connected csv file.
No parameters
let csv = datasource.csv("example_file.csv"); let lb = csv.getLineBreak(); console.log(lb);
Output: \r\n
\r\n