[Board 12] - ETL concat String

Hi,

Is there an ETL function to concatenate string data format into the Data reader ETL ?

Answers

  • Samson Sunny
    Samson Sunny Employee, Community Captain
    25 Answers 100 Comments Third Anniversary 25 Likes

    Hi,

    You can use the & operator to concatenate strings.

    Also following is the list of binary operators you can use in ETL

  • Great!

    Thanks for your help.