Hi,
I have a flat file which needs to be imported to SQL Database. My flat file contains Quotes as header delimiter. How do i remove that from header while imported?
Ex: "Employeename","City","State"
I know i can use the derived column transformation with replace functions but there are like 100 column headers. Is there a simple way to do this?