We are beginner of SSIS package. Now we trying to create the SSIS package which has Dynamic Source file name and MSSQL table as destination in Bulk Insert Task control flow.
*.csv file:
policyID statecode county eq_site_limit hu_site_limit fl_site_limit
25 20191204 20191204 20191204 20191204 20191204
While running the package is completed 100%
with Bulk Insert Task Error. But we have data in destination. The screenshots are:
Execution Result:
Error Control Flow:
Destination Table:
Reference Links:
- Bulk Insert Task - ETL from flat file to DB table.
- Dynamic file name - Create variable for dynamic file name.
Success and Error are occurred at same time means we are confused. So our questions:
As a SSIS developer, shall we don't care about the error? (Because Data has been transferred)
If no, what is reason and solution for that?
When searched in Google, some questions are found which are using SQL queries like openrowset or bulk insert.
Edit 1
Delimiter values:
Edit 2
Advance Properties: All columns have same except last column. Which has {CR}{LF}
.
Thanks, Pugal.