I would look at ConvertRecord to understand the process and then wrap those values in a map.
Andy LoPresto [email protected] [email protected] PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On Mar 22, 2019, at 14:26, Mike Thomsen <[email protected]> wrote: > > Inside the processor. > >> On Fri, Mar 22, 2019 at 9:24 AM Andy LoPresto <[email protected]> >> wrote: >> Probably using a ScriptedWriter with a couple lines of Groovy to form and >> serialize the Java map. Or are you asking about inside the processor >> execution? >> >> Andy LoPresto >> [email protected] >> [email protected] >> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 >> >>> On Mar 22, 2019, at 13:54, Mike Thomsen <[email protected]> wrote: >>> >>> What's the best way to get a Map<String, Object> representation of a record? >>> >>> Thanks, >>> >>> Mike
