Uploaded image for project: 'Commons CSV'
  1. Commons CSV
  2. CSV-48

Predefined format for MYSQL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0
    • None
    • None

    Description

      MYSQL is able to import/export data in the CSV format. Commons CSV should have a predefined format for the default CSV format used by MYSQL:

      http://dev.mysql.com/doc/refman/5.1/en/load-data.html

      The specifications of this format is:

      • Field separator: \t
      • Record separator: \n
      • No quoted values
      • Field and record separators in field values are escaped with '\'
      • Field values are not trimmed
      • No header

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebourg Emmanuel Bourg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: