Skip to content

TSVParser Version 1.0

Compare
Choose a tag to compare
@VitusVeit VitusVeit released this 28 May 23:21
· 16 commits to main since this release
d16a17a

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).