Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/51systems/csvlib
csv parser for actionscript 3
https://github.com/51systems/csvlib
Last synced: about 2 months ago
JSON representation
csv parser for actionscript 3
- Host: GitHub
- URL: https://github.com/51systems/csvlib
- Owner: 51systems
- Created: 2012-01-19T04:10:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-19T04:40:09.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T05:02:51.522Z (5 months ago)
- Language: ActionScript
- Homepage: http://code.google.com/p/csvlib/
- Size: 168 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - csvlib - CSV parser for AS3 (File Formats / Misc Formats)
README
csvlib
=============
[From Google Code](http://code.google.com/p/csvlib/):
*csvlib implements a few advanced features which help make your life easier when working with CSV data in [Actionscript](http://de.wikipedia.org/wiki/ActionScript).*Here you can find a [QuickStart tutorial](http://code.google.com/p/csvlib/wiki/QuickStart) to use csvlib.
Features of current version
---------------------------
* Full RFC 4180 conform
* Multiline recordsets/field values
* Double and single quote enclosures
* Enclosed field values and commas
* Much more of RFC 4180 compatibility conditions
* Working with individual:
* field seperator
* recordset delimiter
* quote tokens (double/single)
* A data-model that differentiates between data & header
* Simple header and data manipulation
* Sort data by field name or index position
* Searching for field values
* Encoding of csv objects content (header & data array) to a csv formated string (ready for send)