Hi all,
I am new to SSIS, if any help would be great. What we need is to check any missing values before loading CSV file
The details are :
if the csv file exists(already implemented), check inside CSV file
1. Check missing columns/missing values. There is only one column can be nullable, if other five columns don't have value
2. move csv to a different folder if anything missing
3. Generate a log file saying why this csv not processed
The control flow and data flow are as followed, will implement checking missing values based on these flows: