Just set the content on the message body of the Camel. Attachments are
only in use if you explicit use the attachments api on Camel message.
If the content is text based you can set the body as a String type.
On Wed, Nov 23, 2016 at 12:53 PM, Deepak kumar wrote:
> Hi Claus,
> Converting the dat
Hi Claus,
Converting the data set part is clear for me. Where i am stuck is what
should be the camel mail config parameters and the content type so that the
data goes into the body of the mail, not as an attachment.
Regards,
Deepak
--
View this message in context:
http://camel.465427.n5.nabble
Hi
So how do you want to represent a word table? Use a
java.util.List or some other kind of java classes.
Or do you need to transform the data to CSV or other texts?
In other words you can just write some java code that does this
transformation. From JSon you can use some of the existing json dat