Hi all,

I used to get output file with below format:
serviceKey: "1000"
msisdn_A: "0000000000"
msisdn_B: "9999"
hostMsisdn: "11111111111"
shortNumberState: FOUND
callResult: SUCCESS
releaseCause: "00"

But I need to get it with below format :
serviceKey=1000, msisdn_A=0000000000, msisdn_B=9999, 
hostMsisdn=11111111111, shortNumberState=FOUND, callResult=SUCCESS, 
releaseCause=00

How can I achieve this by protocol buffer ?

Thanks alot

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to