tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

Schema Inference for all Parsers #94

Closed tobim closed 8 months ago

tobim commented 10 months ago

Tenzir's JSON parser supports schema inference with an opt-out mechanism. For consistency, we want to bring the same functionality to other parsers where the schema is not already part of the data.

### Definition of Done
- [x] Support schema inference in the `xsv` parser
- [x] Support schema inference in the `cef` parser