3.2.0

Writing Back to CSV

I can read a CSV using this program but can anyone assist me by helping me make a form to write this back to my csv file. sounds not that bad dont it . well heres the tricky bit

It needs to run locally thusly i cannot use asp or php it needs to use a static html page with javascript or xhtml but nothing that requires a server

Please assist =]
Jiles Mcgee
May 2,
Ever get your answer?
stew
December 13,
Is it possible to Write the Updated Data back to the CSV which has been populated for generating the Active Widgets Grid using the (AW.CSV.TABLE or AW.UI.GRID Object) ?

If yes then can you please provide the sample for it or the method through which I can get it from the AW.js file provided by you......
January 9,
Is it possible to Write the Updated Data back to the CSV which has been populated for generating the Active Widgets Grid using the (AW.CSV.TABLE or AW.UI.GRID Object) ?

If yes then can you please provide the sample for it or the method through which I can get it from the AW.js file provided by you......
Dramil Dodeja
January 9,
It is not possible to directly write your grid data back. You need some sort of program on your server to recieve the data you need to send back. I have a javascript function that creates a standard post (not get as you may have large amounts of data) url and submits it via Ajax.

My javascript function loops row by row through my grid and send each row back as an Ajax call. My Perl script then writes the data to the database and send back an OK or Error message. This is why I choose to go row by row. Let me know if you need a code sample.
Richard Noble
July 7,

This topic is archived.

See also:


Back to support forum