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
I was trying to generate Avro file with your jars, but I get wrong output when XML has attributes & value. Following is the XML content, <?xml version="1.0" encoding="UTF-8"?> <MyReport Major="1" Minor="0" Revision="1"> <IDs> <ID Type="No">Test</ID> <ID Type="Name">Test company</ID> </IDs> </MyReport>
I used http://www.freeformatter.com/xsd-generator.html to generate xsd and then I used your jar to generate avsc & avro. But in avro file I don't see Test, Test company. My avro file looks as follows, ��1��0��1�� NoName
It had some random special symbols in middle. Basically, I don't see all data! Can you please look into it and fix it?
The text was updated successfully, but these errors were encountered:
I was trying to generate Avro file with your jars, but I get wrong output when XML has attributes & value. Following is the XML content,
<?xml version="1.0" encoding="UTF-8"?> <MyReport Major="1" Minor="0" Revision="1"> <IDs> <ID Type="No">Test</ID> <ID Type="Name">Test company</ID> </IDs> </MyReport>
I used http://www.freeformatter.com/xsd-generator.html to generate xsd and then I used your jar to generate avsc & avro. But in avro file I don't see Test, Test company. My avro file looks as follows,
��1��0��1�� NoName
It had some random special symbols in middle. Basically, I don't see all data! Can you please look into it and fix it?
The text was updated successfully, but these errors were encountered: