Introducing Txt2Csv
Conversion program to change a plain text file to a CSV (Comma Separated Value) file. CSV files are often used to exchange data between different programs, Microsoft Excel and other spreadsheet program also use them.
To converts the plain text file (.txt) it must contain some control character (CRLF, TAB, ESC...) for data field delimitation.
Features
- The text file can contain some control character for line (or record) delimiter but if no delimiter are present, the conversion can be done by specify the number of field per line.
- During the conversion, it is possible to remove columns and/or lines by specify the number or by using filter value.
- If the resulting CSV file is not compatible with your program, you can try to fix the problem by changing the line delimiter and/or forcing the field separation with double quote.
- The program always restart with the previous conversion setup, so you can easily repeat the same file conversion.
Screenshots | Download