I have an XML message from a Database Reader via Javascript.
The SQL query returns null for the column provider_id.
Then there is no provider_id in the XML.
The PROBLEM: In my source transformer I have a javascript step with the following condition that always returns true when it should be returning false.
(I don't get it?)
if(msg['provider_id']) {
..or..
if(msg['provider_id'] != null ) {
The SQL query returns null for the column provider_id.
Then there is no provider_id in the XML.
The PROBLEM: In my source transformer I have a javascript step with the following condition that always returns true when it should be returning false.
(I don't get it?)
if(msg['provider_id']) {
..or..
if(msg['provider_id'] != null ) {
Database Reader transformer step issue
0 commentaires:
Enregistrer un commentaire