Uploaded image for project: 'Apache Any23 (Retired)'
  1. Apache Any23 (Retired)
  2. ANY23-116

Empty values are skipped when reading tab separated CSV.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • core
    • Linux

    Description

      I have a tab separated CSV file without text delimiters, like this:
      val1\tval2\tval3

      When values are missing, this looks like this:
      val1\t\tval3

      The missing val2 is skipped and instead, val3 ist added to the RDF as value for property2.

      EDIT: The same is true for a comma separated file with string delimiters, like
      "val1",,"val3"

      Attachments

        1. any23-fix-csv.diff
          0.5 kB
          Kai Eckert
        2. test-missing.csv
          0.2 kB
          Kai Eckert
        3. ANY23-116.patch
          2 kB
          Lewis John McGibbney

        Activity

          People

            Unassigned Unassigned
            kaiec Kai Eckert
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: