Replies: 4 comments 4 replies
-
|
How are you converting the Excel sheet to XML? I have written a small XLSX to XML converter at https://github.com/speedata/examples/blob/master/technical/xlsxreader/xlsx2xml.lua - but I guess you have seen this? |
Beta Was this translation helpful? Give feedback.
-
|
Can you post an excel file here? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Patrick it is a very dumb table for testing purposes: I found a lot of very ancient threads on how to map a CSV table into an XML file, I hope to come out with a viable workflow. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi @pgundlach
I am trying to wrap my head around this issue and I am not doing a great figure.
I have a stupid basic excel table:
I want to convert it in:
I tried with schema (I am not sure I did it properly):
However Excel XML mapping is not accepting
XSschema but onlyXSD, and for what understood it does not accept attributes.What are the workarounds to convert and Excel document into a viable XML file?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions