Hi
I want to use the ConvertRecord Processor with it's underlying Record Readers
and Writers to convert files from XML or JSON to a bespoke format and probably
vice versa.I have looked at the Readers/Writers currently provided and decided
that I can use the XML/JSON ones provided but I will need to write something
for the bespoke format. So I started looking at the current source code for the
Readers/Writers to see how they work and what I would need to do. When running
the unit tests on the XMLReader I notice on the console that the output is in
JSON format.My question is, is JSON the common format that all records are
converted to and from?
Also is there any specific documentation on writing Reader/Writers, I have only
found the developers guide?
Many thanksDaveĀ