Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Error is this
Identity column 'MRNNo' must be of data type int, bigint, smallint, tinyint, or decimal or numeric with a scale of 0, unencrypted, and constrained to be nonnullable.
Input field MRNNo is a string, how to handle this?
Talend forced me to select the option "Specify Identity field". How can i ignore this? OR What to do for a successful transmission
in witch component : tXxxxx ?
I am exporting data from Excel to MSSQL DB
This option comes in tDBOutput.
MRNNo is alphanumeric, hence i cant select INT. MRNNo is string in both source and destination.
There too, if i select Create table then this option "Specify Identity field" pops up
I was saying about tMSSqlOutput only. "Specify Identity field" option is there if i select create table.