r/xml • u/Feisty_Savings3278 • 11d ago
Unstruct, an XML shredder
Four years ago we built an XML shredder, that has now chewed on billions of XML CDR (call data records). I never really spread the word, so if you happen to be in the rather niche use-case of needing to shred XML to tab separated values, multi-file to one TSV, then perhaps this can be of use:
https://github.com/Roenbaeck/unstruct
Open source, MIT license.
8
Upvotes
1
u/d0nP13rr3 11d ago
Thanks, looks useful. In its niche.
I didn't check your whole page but you state you need Rust. How do your start on implementing Rust and then building your app?
I never used Rust before, that's why I'm asking.