Share via

How to do mapping in OLEDB Command Transformation when column have special characters to SQL SERVER while doing SSIS Package?

Ramana Kopparapu 306 Reputation points
2023-10-07T10:32:19.3633333+00:00

I have problem in developing SSIS package on Column Mapping in OLEDB Command:

Below are the two columns in my table:

Trans_Vendor#

Trans_Receipt#

I can able to read the data using Backticks from begin and end of the column from DataLake source..

But I got an issue while trying to map in OLEDB Command in SSIS. I tried below three ways but unsuccesful...

'Trans_Vendor#'

"Trans_Vendor#"

[Trans_Vendor#]

SQL Server Integration Services
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,551 Reputation points
    2023-10-09T06:15:05.3133333+00:00

    Hi @Ramana Kopparapu

    What's the error message said?

    I test locally that there is no issue if my column contains special characters.

    Could you please show us the settings of your OLEDB Command?

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.