Skip to content

0.52

tagged this 30 Apr 08:27
jquery.csv.js
- added $.csvDefaults object
- added $.array2CSVEntry()
- added $.array2CSV()
- added $.csv2Dictionary()
- added $.dictionary2CSV()

* $.csvEntry2Array()
- updated/corrected documentation
- fixed the final regex to handle dynamic separators
- renamed the storage array to 'output' for consistency
- fixed a bug with the custom parameter fetching
- replaced hard-coded default values to use project defaults

* $.array2CSVEntry()
- added documentation
- added paramters
- added a basic non-working implementation

* $.csv2Array()
- updated/corrected documentation
- fixed a bug with the custom parameter fetching
- replaced hard-coded default values to use project defaults
- corrected a bug with custom delimiter/separator passing

* $.array2CSV()
- added documentation
- added parameters
- added a 'not-implemented' alert

* $.csv2Dictionary()
- added documentation
- added the missing parameters
- added a complete working implementation

* $.dictionary2CSV()
- added documentation
- added a 'not-implemented' alert
Assets 2
Loading