I have a SSIS script component that reads a file. Multiple columns are DateTime. How do I handle when the line is null?
CustomerUSTempBuffer.vehiclereturndate = DateTime.Parse(line.Substring(973, 8).Trim());
Thank you
I have searched and searched and cannot find an example that is close to this.
New contributor
Rebeca Lackey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.