Hi there !
i have the follwoing problem. I give out some data into a csv file.
Sometimes one of the values in the csv contains one or more semicola ";".
Like this " Tust customer ; 121 ; has reached highest Level "
I have to replace all the ";" with a ",".
i tried if lookup(";",customer) > 0 then REPLACE(customer, ";", ",").
But i believe that not ALL Semicola will be replaced, only one or the first ??
Iam shure it is not a great problem, but the problem is, i have no documentation for progress.
Can anyone help me may with an short example ?
Greets
make
i have the follwoing problem. I give out some data into a csv file.
Sometimes one of the values in the csv contains one or more semicola ";".
Like this " Tust customer ; 121 ; has reached highest Level "
I have to replace all the ";" with a ",".
i tried if lookup(";",customer) > 0 then REPLACE(customer, ";", ",").
But i believe that not ALL Semicola will be replaced, only one or the first ??
Iam shure it is not a great problem, but the problem is, i have no documentation for progress.
Can anyone help me may with an short example ?
Greets
make