Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Moe1
Contributor II
Contributor II

Ignore auto increment field

I have a csv file that needs to be inserted to a MSSQL table, however the table has an auto increment ID field that is set to auto generate a number, how to ignore it during the insertion phase, as I'm getting an error even though I'm leaving it as blank field. Should I remove the column from the DBoutput?

 

Any help would be appreciated.

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

This is relatively straight forward, but hidden. You need to go to the Advanced settings of your database component and select "Use field options". You will then see all of your columns. Just untick the insert and update ticks next to your autoincrement  column. Then you are done 🙂

View solution in original post

1 Reply
Anonymous
Not applicable

This is relatively straight forward, but hidden. You need to go to the Advanced settings of your database component and select "Use field options". You will then see all of your columns. Just untick the insert and update ticks next to your autoincrement  column. Then you are done 🙂