UCSV 1.0.2 released

After much procrastination, I am releasing version 1.0.2 of UCSV. This version makes a few small but important changes. In previous versions csvToArray() would insert an empty string into the resulting array when it encountered an empty field. As was suggested by Leon Bambrick, it now instead inserts nulls. Likewise, csvToArray() now converts non-quoted integers and floats into numbers instead of assuming they are strings. arrayToCsv() will convert any null elements into empty fields to complement csvToArray()'s new behavior.

    Archived WordPress Comments

  • Leon BambrickFebruary 14, 2011 05:13 am
    nice work ;-) i still haven't finished (or released) my own set of javascript csv functions. it's in the backlog somewhere...

Previous: Pure CSS3 tab widget with :target

Next: Strange Chrome bug with text-shadow and the 'IM Fell DW Pica' web-font