Katya85S
Programmer
- Jul 19, 2004
- 190
Is it posible to convert one-column txt file to comma delimited file?
The input file looks like this
229920
244286
246689
251558
256366
The output file should look like this:
229920,244286,246689,251558,256366
Would appreciate any advice.
Thank you all in advance.
The input file looks like this
229920
244286
246689
251558
256366
The output file should look like this:
229920,244286,246689,251558,256366
Would appreciate any advice.
Thank you all in advance.