How can I convert avsc files to avdl files?

It is common to convert avro avdl files (idl files) to avsc files (schema files). I want to convert in the other direction, from avsc to avdl, because I have some avsc files created manually and want to see them in the simpler and prettier avdl format.


You can try avsc2avdl tool (author here). It might not work all cases, because it's still in progress, but I use it at work and it does it's job.