Hello,
I have a variable NAME with different names, like HARRY JAMES POTTER; HERMIONE GRANGER, and others.
I need to creat a variable of only the FIRST name.
I can´t use the length of variable because is different in each case.
Any idea?
thanks
Hello,
I have a variable NAME with different names, like HARRY JAMES POTTER; HERMIONE GRANGER, and others.
I need to creat a variable of only the FIRST name.
I can´t use the length of variable because is different in each case.
Any idea?
thanks
The "Split fields" step is made for this.
Other options available, of course.
pdi-ce-4.3.0-stable
OpenJDK IcedTea 2.3.7 (7u21)
ubuntu 12.04 LTS (x86_64)
You´re right.
Works
Thanks