You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joey Frazee (JIRA)" <ji...@apache.org> on 2016/10/11 15:07:20 UTC

[jira] [Created] (NIFI-2887) NumberFormatException in HL7ExtractAttributes for repeating segments with order control codes

Joey Frazee created NIFI-2887:
---------------------------------

             Summary: NumberFormatException in HL7ExtractAttributes for repeating segments with order control codes
                 Key: NIFI-2887
                 URL: https://issues.apache.org/jira/browse/NIFI-2887
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 0.7.0, 1.0.0, 1.1.0
            Reporter: Joey Frazee
            Assignee: Joey Frazee


HL7ExtractAttributes is throwing a NumberFormatException [1] on repeating segment types that have an order control code instead of a sequence id in the first field; e.g., for the segment 'ORC|NW|987654321^EPC|123456789^EPC||||||20161003000000|||SMITH' the first field is 'NW' and not a numeric sequence id.

While many of the repeating types have a numeric sequence id in that position, not all do, so the sequence ids can't be used for indexing the segments in our attribute names.

1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)