Split a sources column in two diferent columns in target
879095Apr 11 2012 — edited Apr 11 2012Hi There
I'm having problems trying to figure out how to split a column. In Source I have a column with value like this "prod_ID prod_name", in the target table I have two columns one for product ID and other one to product name.
I tried with something like this
TABLE.PRODUCT <%=.split()[0]%>
Maybe it's useful the odiRef.getColList(), I suppose that function returns the value of the column, but I don't know how to use it.
Any idea?
Regards / Saludos.