Re: How to use SMT to add header in my messages?

2020-08-03 Thread DaveKlein_USA
Hello, I’m not sure if you are the same person, or work with the person who posted a similar question on Slack, but, just in case this is an unrelated coincidence… You should be able to use ConnectRecord.header().add() to add a header. I’ve used something similar to read headers on incoming

How to use SMT to add header in my messages?

2020-08-03 Thread vishnu murali
Hi everyone I am getting data from SFTP CSV Source connector. In this I need to add header with that message for consuming in Java side. So anyone knows how to add header in the message while using connector? Thanks in advance 😊.