saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

convert array to string #39

Closed saikoneru1997 closed 1 week ago

saikoneru1997 commented 1 week ago

let us take we have data in below format

Image

so we need to convert to

"saikumarkoneru@gmail.com;IamtheRuler5@gmail.com;saikumar.koneru@ivycomptech;krishnasai@cgi.com"

first read the data from file using lookup activity

Image

we will get it into array format

Image

Now create two varibles

Image

within the forloop use append varible activity

Image

in set varibales use join fuction

Image