Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-516

CLI: Inconsistent Results

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • s9
    • s7
    • None
    • None

      I ran the following command a total of 15 times:

      echo "118*Ridgewood Circle*Rochester*NY" | ./daffodil-core/target/start parse -s daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section06/entities/charClassEntities.dfdl.xsd -s daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section07/defineFormat/defineFormat.dfdl.xsd

      6 of the 15 times I got the following:
      <nothing></nothing>

      The other 9 times I got the expected result:
      <address xmlns="No_Namespace">
      <houseNumber>118</houseNumber>
      <street>Ridgewood Circle</street>
      <city>Rochester</city>
      <state>NY </state>
      </address>

      I haven't checked to see if this occurs before the update to clean up the results, so I don't know if it's related. The output looks great though when it's correct

              jadams Joshua Adams
              jchab Jessie Chab
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: