Problem
I am trying to load string from flat file into SSIS but it gives me error due to it contains specials character but I want to load it and store it as it is into the destination table. How can I do thi.
Example Strings
Space Aviator Wired Ultimate Headphones (Inline Mic) - Black/Red
Error
Error at Data Flow Task [SSIS.Pipeline]: Flat File Destination.Inputs[Flat File Destination Input].Columns[c.links_product_list_url] has lineage ID 214 that was not previously used in the Data Flow task.
Error at Data Flow Task [SSIS.Pipeline]: "Flat File Destination" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
Error at Data Flow Task: There were errors during task validation.