Several problems with jdbcFeeder and ELFileBody ??

hi all !

i use jdbcFeeder to feed my post http request

…body(ELFileBody(“testFromDB.xml”))

how handle null value from DB in ELFileBody template ?

in this file , i have for instance : ${destination}
when destination is null from db, i 'd like to not post

how can i format sql.timestamp in template ?

how can i set encoding in of db for jdbcFeeder ?

Thanks

You can probably deal with null in a transform step on the feeder.
Not sure sql.Date and Timestamp are supported, contribs welcome.