Your input should contain only those columns which are to be added to queue…if you already have a schema defined then it ahpuld match…and if unique reference is enabled…then Reference is a mandatory column
Say your items needed in queue are name and age and if unique reference is set in queue then your columns would be name ,age and Reference…please check below for more details on different options available
And also…while reading data did you check the add headers column?
And as well the column names should contain only letters,number and underscores …no special characters are allowed…
Please check dtOutpur.Rows.Count to check the number of rows in the datatable. Also, Have you already added any data to the queue or have you configured any input schema while creating queue?
If not you can directly use your datatable in the Bulkadd queue item. But the datatable should have some rows.