Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I used the component tMsSqlOutput to insert values coming from a tMap.
My tMap and tMsSqlOutput components use the same schema who defined default value for many columns.
When I try to insert values, Talend throw me an exception "Impossible to insert null value". Normal because in my dabase, this column is not nullable, but my component did not use the default of my schema value like I want.
How can I force to use default value define in my schema.
Note
At present, only tFileInputDelimited, tFileInputExcel, and tFixedFlowInput support default values in the schema