Hi,
How can i check whether a particualr field from the OLEDB source contains any special characters in SSIS?
eg:
D123 - Valid
143CO - Valid
DU?234 - Invalid [special character '?' not allowed]
Have to segregate the invalid data and push them to a log table. but how to check the values for special characters in SSIS?
Thanks in advance