bluejack

Results 4 comments of bluejack

sure. eg csv: "Data","Data","Data","More Data","More and more data","Final data field" "Rows:","1" Instead of processing that trailer row, I want to skip it. So, I would want to configure the parser:...

Yes! Thank you for reading my mind, since apparently my communication skills are weak!

If you think this is a viable idea, and you would like me to take a stab at it, I'm happy to submit a pull request later this week. If...

I'm already doing it outside your parser by buffering the N trailing rows to drop in a rotating queue and then dropping the queue on end-of-stream; i could implement that...