Hi Friends, I need a script task in ssis which should find type of delimiter used in flat file source and based
on that dynamic table has to be created on the flat files column names, Please help me out.
E,g:
File 1:
Name|EmpId|Salary
Angelina|PD500|500
File 2:
Name,EmpId,Salary
Anna,PD700,700
Thank You