Member since
05-19-2015
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4849 | 05-21-2015 09:54 AM |
07-02-2015
11:18 AM
Ahh, OK I see. I had previously tried changing the Spool deserializer from LINE to Blob. My source is limited to max of 5000 'records', so RAM demands are low. That enabled me to use Regex to eliminate newlines and aggregate lines into 'records', but I got errors complaining that I could not create multiple output events from one (blob) input events. Perhaps I can serialize the single aggregated output blob into individual 'records' at the Sink. Or, a custom ND JSON deserializer to use with the Spool that emits JSON 'records' the way I want them. Thank you very much for straightening me out on readMultiLine. Carter
... View more