Pretty basic - after the record is in the work area, remove the last character from the last populated field (assuming the delimiter always appears as the last character of a record).
If the last field has 7 characters, replace it with the first 6.
I don't use regular expressions, but that would probably work too.
Rob