Re: How to use avro-python3 on Windows 10 to parse files?

2020-09-29 Thread Alexander Farber
Hello and thanks for your replies! I have to apologize - the avro file I was using did not contain any useful data. The reason for my confusion is that a colleague (in a screen sharing session) was using a different file with the same name while testing for me. Now I have tried both avro and fast

RE: How to use avro-python3 on Windows 10 to parse files?

2020-09-28 Thread David Beswick
eptember 2020 7:42 AM To: user@avro.apache.org Subject: Re: How to use avro-python3 on Windows 10 to parse files? On Mon, Sep 28, 2020 at 14:24 Alexander Farber mailto:alexander.far...@gmail.com>> wrote: Hi Michael - On Mon, Sep 28, 2020 at 8:19 PM Mi

Re: How to use avro-python3 on Windows 10 to parse files?

2020-09-28 Thread Michael A. Smith
iter >>> from avro.io import DatumReader, DatumWriter >>> >>> reader = DataFileReader(open("48.avro", "rb"), DatumReader()) >>> for d in reader: >>> print(d) >>> reader.close() >>> >>> Unfortunately, no

Re: How to use avro-python3 on Windows 10 to parse files?

2020-09-28 Thread Alexander Farber
; for d in reader: >> print(d) >> reader.close() >> >> Unfortunately, nothing is printed by the script. >> >> https://stackoverflow.com/questions/64105500/how-to-use-avro-python3-on-windows-10-to-parse-files >> > Michael, how could I debug this issue? I am an avro and python newbie Greetings from Germany Alex

Re: How to use avro-python3 on Windows 10 to parse files?

2020-09-28 Thread Michael A. Smith
also asked my question at Stackoverflow and there you can see my > screenshots: > > https://stackoverflow.com/questions/64105500/how-to-use-avro-python3-on-windows-10-to-parse-files > > Thank you for any hints > Alex > > > > >

How to use avro-python3 on Windows 10 to parse files?

2020-09-28 Thread Alexander Farber
105500/how-to-use-avro-python3-on-windows-10-to-parse-files Thank you for any hints Alex