Saving objects data to txt
hi
i'm populating dataggrid external csv data, loading it, converting object, loading data provider.
would better off (and possible) not use csv, objects instead?
so have in txt file...
{id:128, name:"moi"},{id:156, name:"you"} // actual objects have 10 keys each
...load txt file, split @ commas array of objects, , use dataprovider?
or have serialize dataprovider -> objects -> csv (or xml), csv -> objects -> dataprovider?
i have feeling as3 has max string size it'll load, maybe kill things.
cheers taking look.
you use json or xml in text file , directly assign loaded string dp.
More discussions in ActionScript 3
adobe
Comments
Post a Comment