You Are Reading

TSV to CSV Converter

Mihai Ungureanu , , ,
This is another application I made as part of my university course, aimed at experimenting with multi-threading and reading/writing text files. It has been created with C# in Visual Studio 2010 and uses Windows Forms Controls.

The application is used to convert Tab Separated Files (TSV) to Comma Separated Files (CSV), very useful for databases which require the latter but do not have an option of converting.

Programming topics used:
- Windows Forms
- String manipulation
- Threading
- Text file loading, reading and writing using StreamReader and StreamWriter objects
- Garbage collection/memory management
- Method delegation

Screenshot:

Source code available on request.
 
Copyright 2013 Mihai Ungureanu