saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

split single row into multiple rows #53

Closed saikoneru1997 closed 1 day ago

saikoneru1997 commented 1 day ago

input data

Image

we need to make each course into single row

first we are splitting the column into list or array

Image

now we are adding flattern tranformation to get each value into new row

Image

out put

Image