how to translate
Mid ( Column3 ,Substring (Column3 ,'|')+1 ,1000) to formula in Pentaho DI?
I've try
MID ([Column3];"|"+1;1000)
MID ([Column3]) = MID ([Column3];"|"+1;1000)
still doesn't work.. please help me..
thank you :)
Printable View
how to translate
Mid ( Column3 ,Substring (Column3 ,'|')+1 ,1000) to formula in Pentaho DI?
I've try
MID ([Column3];"|"+1;1000)
MID ([Column3]) = MID ([Column3];"|"+1;1000)
still doesn't work.. please help me..
thank you :)