non-line based Process.OutputDataReceived event?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi!
Right now, Process.OutputDataReceived fires for each line. However, for communications reasons, sometimes other granularities are desirable, like "complete csv record" or "complete xml node".
In the first case, I can do that by accumulating lines until one csv record is complete, but with xml nodes even this doesnt work.
Any ideas of how to implement a different granularity for this event?
Lots of Greetings! <hr class="sig Volker

View the full article
 
Back
Top