SSIS Import issue

  • I have an SSIS package that imports a flat file. The file is comma delimited with quote text wrappers.

    The problem is I'm getting this file from a third party source and for some reason before the quotes there is an equal sign.

    I need to strip the equal sign out before I attempt to import the file. Please help.

  • Try "Replace" Function in derived Column Transformation to replace "=" sign with an Empty string and import data to destination

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply