[protobuf] Parsing many protobuf messages from a file python

2017-02-04 Thread Anand Patil
Hi, I have a requirement where i have all the protobuf messages dumped in a file seperated by an empty line. I want to extract each message individually and do some processing on it. Is there a way to do it? -Anand -- You received this message because you are subscribed to the Google Groups

[protobuf] How to parse multiple protobufs from a file

2017-02-04 Thread Anand Patil
Hi, I have a requirement where i have all the protobuf messages dumped in a file seperated by an empty line. I want to extract each message individually and do some processing on it. Is there a way to do it? -Anand -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: How to parse multiple protobufs from a file in python

2017-02-04 Thread Anand Patil
On Sunday, February 5, 2017 at 9:52:27 AM UTC+5:30, Anand Patil wrote: > > Hi, > > I have a requirement where i have all the protobuf messages dumped in a > file seperated by an empty line. > I want to extract each message individually and do some processing on it. >