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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -