TextFileKit

Read & write delimited text file formats (incl. CSV and TSV).

MIT License

Stars
3

Bot releases are hidden (Show)

TextFileKit - 0.1.7 Latest Release

Published by orchetect 5 months ago

  • StringTable: Added columnCharCounts property
  • Fixed typo in inline docs
  • Updated unit tests
TextFileKit - 0.1.6

Published by orchetect 10 months ago

  • Resolved CSV decoding bug where a mix of internal commas and double-quotes could decode incorrectly
  • Updated unit tests
TextFileKit - 0.1.5

Published by orchetect about 3 years ago

  • Removed external Package dependencies
TextFileKit - 0.1.4

Published by orchetect about 3 years ago

  • Initial GitHub CI commit
  • README update
TextFileKit - 0.1.3

Published by orchetect over 3 years ago

  • Added .rowCount and columnCount properties to StringTable
  • Added [row, column] and [safe: row, column] subscripts to StringTable
  • Renamed .rawData to .rawText
  • Updated unit tests
TextFileKit - 0.1.2

Published by orchetect almost 4 years ago

  • Bumped dependency version
  • Cleaned up imports, minor formatting cleanup
  • Added watchOS build exclusion for unit tests
TextFileKit - 0.1.1

Published by orchetect almost 4 years ago

Internalized dependency namespace

TextFileKit - 0.1.0

Published by orchetect about 4 years ago

Initial Release