Hi - I've got a scenario where I'm trying to convert the implicit AVRO schema 
associated with a database record to a different AVRO schema. I'm trying to use 
the ConvertAvroSchema processor, but it won't validate because there is an 
'unmapped' field that exists in the second schema but not the first. Now, I 
could work around this issue by including a constant in the database record, 
but I would prefer to have a null or default value supplied by the second 
schema instead. Is there some setting I'm missing that would let me specify the 
behavior for unmapped fields?

Thanks,

Dave

Reply via email to