https://github.com/marstr/csvutility
A series of CSV tools that primarily expose functionality as StreamReaders and StreamWriters.
https://github.com/marstr/csvutility
Last synced: 5 months ago
JSON representation
A series of CSV tools that primarily expose functionality as StreamReaders and StreamWriters.
- Host: GitHub
- URL: https://github.com/marstr/csvutility
- Owner: marstr
- License: mit
- Created: 2016-11-28T18:06:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T19:18:29.000Z (over 9 years ago)
- Last Synced: 2025-02-01T02:19:57.389Z (over 1 year ago)
- Language: Visual Basic
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CSV Utilities
Have you written a simple CSV parser too many times in your life, in too many separate projects? Have you been bitten too many times before by having a rogue comma show up in a column of your data?
Look no further than this CSV package. It was built to mitigate the problems that you have run into above.
## Contact Us
At the moment, the development team of this project is only me, marstr. Feel free to send me emails or pull requests.