Dear monks, I want to concatenate "@" symbol at the end of the 10th field. If I put a comma (,), I get a pipe since it is the join symbol. The way it is written now, it gives me the 10th field and remain concatenation string in the output file. I would like to have all the fields join with the pipe except the last strings join by "@". Is there any way to rewrite this piece of code??
Thanks in advance.