Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-756

Provide a strict parsing option for GraphMLReader

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • 3.0.0-incubating
    • 3.1.0-incubating
    • io
    • None

    Description

      Opening this per the request of Stephen M. over on the gremlin users forum.

      https://groups.google.com/forum/#!topic/gremlin-users/jHFE7Isk61E

      If the type of a value in a GraphML file is specified as Double but the file contains an empty string in that element, a rather misleading exception is thrown that does not make it clear the XML file is the problem during the loading of the XML using the GraphML reader.

      Stephen and I discussed a bit whether the exception text should just be improved or if the behavior should be changed (ie continue loading but issue a warning etc.)

      As a side note, other GraphML implementations I tried, like Gephi, handle my XML file differently. Gephi loads the file and just does not assign any value to the properties that contain empty strings. That's not to say Gephi is right more observing this seems to be an area that is handled inconsistently across GraphML readers.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            gfxman Kelvin R. Lawrence
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: