expression

arkiboys 9,696 Reputation points
2022-03-16T11:26:00.78+00:00

Hello,
What is wrong with this expression please?
I think it requires single quote around surename?
Note that I do not get an expression error but when I run this in pipeline copy sink I get an error.
When I narrow it down it looks like it is to do with single quotes that need to be around surname value but I can not get it to work.
Thank you

@markus.bohland@hotmail.de ('http://webaddress filter xyz in (', dataset().p_surename, ')')

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,992 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nasreen Akter 10,801 Reputation points
    2022-03-16T12:18:48.767+00:00

    Hi @arkiboys ,

    if you want to put single quotes around surname, you can try ''' instead of ' e.g.,
    @markus.bohland@hotmail.de ('http://webaddress filter xyz in (''', dataset().p_surename, ''')')

    Thanks!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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