EDN Admin
Well-known member
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
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