// simple var rows = CSV.parse( csv_text ); // w/ jQuery $.ajax("csv.txt") .pipe( CSV.parse ) .done( function(rows) { //... do something });