gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Guess format #64

Open nichtich opened 2 years ago

nichtich commented 2 years ago

Add an endpoint to throw in data and to get back possible formats. Could be done by validating with all formats (costly) or by machine learning (requires training). At least basic data structuring languages could be detected (JSON, XML, CSV...).