<yaxp ⚡> Yet Another XSD Parser
⚠️ Deprecated: This crate has been replaced with yaxp-core.
Introduction
Using roxmltree to parse XML files.
Converts xsd schema to:
- arrow
- avro
- duckdb (read_csv columns/types)
- json
- json representation of spark schema
- jsonschema
- polars
- protobuf
TODO
- Add pyo3/maturin support (crate pyaxp)
- Add more tests