I have a column c1 text datatype delimited by comma. I need to split this column and get all names from this column. These names are of column of other table. I need to apply join condition based on name of dynamic columns present in my column c1. How can i do it using dataflow in azure data factory. Column c1 data is dynamic i.e,there can be many names present there.



