Production Fix: Need to make ADF parameter UPPER case

Mike Kiser 1,536 Reputation points
2021-06-15T16:44:16.55+00:00

Hi ! @Nasreen Akter @MartinJaffer-MSFT @KranthiPakala-MSFT

I can't seem to get this right....in the below how can I make maritalStatus all uppercase?

"MaritalStatus": {
"XRefCode": "@{item().maritalStatus}",
"ShortName": "",
"LongName": "",
"LastModifiedTimestamp": "@{item().timestamp}",

Thanks!!
Mike Kiser

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

Accepted answer
  1. Nasreen Akter 10,791 Reputation points
    2021-06-15T17:16:39.977+00:00

    Hi @Mike Kiser , please try toUpper(). This should work. Thanks! :)

    1 person found this answer helpful.

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.