Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i don't have source to a column,but i want to set the default value to the column. i tried in tmap to set the value, however i am getting Column 'abc' cannot be null.
regards,
keshav
@keshav1991 , You can set constant column value like abc using tJavaRow or tMap.
in tJavarow:-
output_row.coulmn="abc"
in tMap:-
in the output section for the column in expression you just spcify "abc"
@keshav1991 , You can set constant column value like abc using tJavaRow or tMap.
in tJavarow:-
output_row.coulmn="abc"
in tMap:-
in the output section for the column in expression you just spcify "abc"