TSVParser Version 1.0
The first public version of TSVParser Version 1.0 is now live! 🎉
Features:
- Access rows and columns like they're a two-dimensional array;
- Add or remove rows/columns with C++ operators;
- Load and export TSV to string;
- Load and export TSV to files;
- Create rows from arrays of strings (vectors).