The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Parsing Xml From Excel field
elio_rizkallah
Member Posts: 1 Learner II
Dear all,
I have an excel sheet that contains a column called ColumnSet that comtains xml data.
How could i parse the xml data from this column in the .xls file?
Regards,
Elio
Tagged:
0
Answers
hello @elio_rizkallah - welcome to the community. Yes for sure. Is there a different XML in each cell in the column? That would be a little weird but you can deal with it. Basically what I would do is use Read Excel, grab that column you want and convert it to text, loop examples and Write Document for each XML cell contents. Then use Loop Files on those XML documents and use Read XML inside.
Scott