Oct 17, 2004 #1 dangding17 MIS Joined Sep 18, 2004 Messages 3 Location US What are the advantages of using XML instead of CSV (our existing method of exporting data to other company)? Thanks.
What are the advantages of using XML instead of CSV (our existing method of exporting data to other company)? Thanks.
Oct 17, 2004 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US 1. Self-describing data files 2. Allows hierarchical data organizations 3. Well defined standard for the format Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
1. Self-describing data files 2. Allows hierarchical data organizations 3. Well defined standard for the format Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Oct 18, 2004 #3 harebrain MIS Joined Feb 27, 2003 Messages 1,146 Location US And they won't by default open it in MS Excel, which potentially screws-up the data. Upvote 0 Downvote