Re: [EXT] Specifying formatters at a record field level

2019-08-14 Thread Mike Thomsen
Hypothetically, I think the path of least resistance might be to refactor the readers and writers to allow custom properties like "timestamp.format.1...N" and have those properties evaluated until one is found that can parse the incoming text. Thoughts? On Wed, Aug 14, 2019 at 12:34 PM Peter

RE: [EXT] Specifying formatters at a record field level

2019-08-14 Thread Peter Wicks (pwicks)
Not that I’m aware of. We implemented something custom that lets you specify it with attributes on the FlowFile (something like data.field.#.format=….), we do the same thing for binary/hex fields. But we didn’t contribute it as it’s part of a custom record processing processor that’s