I have a SQL database to FileWriter outbound channel. Things seem to work well unless the field is NULL in the database. I then receive "undefined" in the message for that field. I saw the post on 10/09/2006 "Database reader to file writer" and it looks like the same issue. I cannot get the .toString() to work. I am just using mapping and this is what I have:
.toString(msg['patientsuffix'])
Any suggestions?
Thanks!
.toString(msg['patientsuffix'])
Any suggestions?
Thanks!
Comment