Clean up unwanted characters
I have a source file that comes from NCR and the vendorID sometimes will have a | at the end so I want to have smartconnect clean that up for me but cant figure out the command
I have a calculation
fn.Replace(_VENDORID,,”|”,” “)
return “_VENDORID
I have a calculation
fn.Replace(_VENDORID,,”|”,” “)
return “_VENDORID