convert Javascript array into csv -
i have been using (rather good) tool make csv javascript array: http://www.creativyst.com/cgi-bin/prod/17/eg/csv2js.pl
i editing csv , using array nicely. seems csv files corrupt. have working javascript array, 300 vars, 8000 lines of code.
what best way recreate csv array? there nice copy , paste tool online?
see (easy way turn javascript array comma-separated list?.)
you'll need use either join()
function or document.write
Comments
Post a Comment