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