I have 2600 xml files with data, I wonder if there’s a easy way to convert them into tables in excel, or matrix in Matlab. Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to answer without knowing more about the XML schema.
There’s no “easy way” beyond parsing the XML and mapping the tree you get into tables of some kind. You have to figure out what that mapping will be. The parsing and setting values is the easy bit; the mapping is known only to you.