in reply to Re^2: Parsing a string
in thread Parsing a string

One reason could be no support for blank_is_undef/ empty_is_undef :)

Replies are listed 'Best First'.
Re^4: Parsing a string
by tilly (Archbishop) on Feb 22, 2011 at 18:46 UTC
    The default behavior matches blank_is_undef, but you can easily put a compute on any field that munges undef/blank/whatever values in any way you want.

    Incidentally this is the first time that anyone has asked me for anything like that feature.