Parsing avro files

I'd like to ingest an avro file with an embedded schema (.avro). What's the best way to go about doing this? I was thinking of extracting the schema from the .avro file and making a separate .avsc file, but not sure where to go from there. Any help is appreciated.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.