Hi Uma, we’re in TCL class and Greg suggested that we put a special character inbetween the comments that we want to keep and the comments that we want to get rid of. In this example we used a : as the special character.
set commentList [split $xlateInVals :]
set xlateOutVals [lindex $commentList 0]
This is a TCL fragment so you would just put this in the translation on the appropriate COPY command.
See you next week,
Linda