How to add fields to CDC record
Hi, I have a requirement to inject fields into records coming from an Oracle CDC origin before I send them to the JDBC destination.
I need to inject two fields: a source name which will be a static string, the same for all records/tables, and a timestamp field.
Is this possible with the Field Mapper or some other processor? I'm just not understanding how to do it from the documentation.
Thanks, Kate