I have the following string of a CSV file
var arreglo = ['"Marcopolo b1 "', '"Marcopolo b1, Leito "','"Marcopolo b2, "']
var headers = allTextLines[0].split(/\t|,/);
// this function returns:
var allTextLines = ['"Marcopolo b1 "',...
asked by
31.07.2018 / 12:38