xml or csv? when it comes to importing data...
I need to import some dynamic values. I was curious to know if xml or csv was better suited with javascript... has anyone had a better experience with either of the formats? Thanks again,
- Jacques
I need to import some dynamic values. I was curious to know if xml or csv was better suited with javascript... has anyone had a better experience with either of the formats? Thanks again,
- Jacques
If you're familiar at all with XML and your data has any complexity, use XML.
If the data is simply a table of values, use CSV.
If the data is an arbitrary set of key/value pairs, I prefer to use .ini files. They are easy to read/write in JS and by humans.
-X
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.