Menu

Distinguish between null and empty string

Help
2013-07-04
2014-05-26
  • Heiko Tappe

    Heiko Tappe - 2013-07-04

    I would like to distinguish between a null string and an empty string by storing nothing for a null string and a quoted empty string "" for an empty string. How can I achieve this?

    Nulls:
    col1;col2;col3
    ;;

    Empty strings:
    col1;col2;col3
    "";"";""

     
  • João Rafael

    João Rafael - 2014-05-26

    I'm having the same issue here. Super CSV should be able to distinguish both cases.