-1

I have a problem statement to convert json to avro

Can you please provide me a reference where i need to convert json to avro genric record in my python program.

Manoj4068
  • 123
  • 1
  • 7
  • 14

1 Answers1

0

Can you give more insights to your question ?

the basic will be

import avro.schema
avro.schema.parse(json_str)

you can find everything here

http://avro.apache.org/docs/1.7.6/gettingstartedpython.html

not 0x12
  • 19,360
  • 22
  • 67
  • 133