in reply to Re^4: Combined lines from a file into one
in thread Combined lines from a file into one

Can you put your data in code tags, it looks like you have more than 1 space here
V1      ,
If so regex should have + here V1\s+,
poj