Hi all, Question for the group.
I am using the JAVA API and instantiating a DFDL DataProcessor with a saved precompiled schema. However, I need to handle more than one message format (i.e. PCAP, CSV). Can one DataProcessor object be used to handle more than one message format? In other words, can two schemas that handle different message formats be precompiled and loaded into the DataProcessor object? If not, can two DataProcessor objects each handling one message format be created within the same process/JVM ? Thanks for the help!