You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a tool which automatically creates avro schema out of given JSON file. For that it should inspect structure and value types of JSON and write schema spec. Here is a format for such script:
avro_shema.py --fin=file.json --fout=file.avsc
The text was updated successfully, but these errors were encountered:
It would be nice to have a tool which automatically creates avro schema out of given JSON file. For that it should inspect structure and value types of JSON and write schema spec. Here is a format for such script:
The text was updated successfully, but these errors were encountered: