Hi,
can anybody help me with this
I am using an expression and Router transformation i want to check if each source field is
NONE if it is 'NONE' then i want to set its value to NULL.
and if it is NULL for fields where NULL is not allowed i want to put those records
in an Error table (TB_ERR) and for fields where null is allowed i want to populate
those records in regular table (TB_VALID).
Feed layout:
Field Name DATATYPE valid values
--------- -------- ------------
STATE VARCHAR2(2) NOT NULL
BAN VARCHAR2(5) MAY BE NULL or BLANK
VERSION NUMBER(2,0) NOT NULL, NUMERIC ONLY
TARGET TABLES:
--------------
TB_ERR
TB_VALID
thanks in advance for your help !!
-vik
can anybody help me with this
I am using an expression and Router transformation i want to check if each source field is
NONE if it is 'NONE' then i want to set its value to NULL.
and if it is NULL for fields where NULL is not allowed i want to put those records
in an Error table (TB_ERR) and for fields where null is allowed i want to populate
those records in regular table (TB_VALID).
Feed layout:
Field Name DATATYPE valid values
--------- -------- ------------
STATE VARCHAR2(2) NOT NULL
BAN VARCHAR2(5) MAY BE NULL or BLANK
VERSION NUMBER(2,0) NOT NULL, NUMERIC ONLY
TARGET TABLES:
--------------
TB_ERR
TB_VALID
thanks in advance for your help !!
-vik