RE: One DataProcessor handle more than one message format...

2020-01-16 Thread Rose, Rob P
Thanks, Brandon -Original Message- From: Sloane, Brandon Sent: Thursday, January 16, 2020 4:36 PM To: dev@daffodil.apache.org Cc: rprose0...@gmail.com Subject: Re: One DataProcessor handle more than one message format... A DataProcessor corresponds to a single DFDL schema. If you have

Re: One DataProcessor handle more than one message format...

2020-01-16 Thread Sloane, Brandon
A DataProcessor corresponds to a single DFDL schema. If you have two different schemas, then you will need 2 different DataProcessors. There is no issue having multiple DataProcessors loaded in the same JVM. From: Rob Rose Sent: Thursday, January 16, 2020 4:28 PM