Articles tagged with csv

  1. Python CSV error on new-line character in unquoted field

    Posted on in Programming

    FYI, this post is out of date. As of Python 3.0, universal newline mode is now the default and 'U' is accepted, but no longer does anything.

    I deal with a lot of people that prefer to open reports in Microsoft Excel. I've gotten used to generating CSV (comma …

  2. Spreadsheets to Databases: Exporting and Importing

    Posted on in Programming

    In the early stages of an organization, it is common for most data to be stored in spreadsheets. Spreadsheet applications are common and easily understood by most small business people. Unfortunately, spreadsheets become burdensome when tasks move beyond calculations and into querying (Churcher, 2007). Fortunately, databases are designed with querying …

My Bookshelf

Reading Now

Other Stuff