Extract values from string separated by comma and push to table
Hi All, I have a situation where I will be getting two field values into a staging import table; Field 1: a,b,c Field 2: x,y,x Now I have to extra the values separated by comma and push into two different tables; Like below; a==>x a==>y a==>z b==>x b...

