[jira] [Updated] (DAFFODIL-1886) Delimited parsing with occursCountKind="implicit" with separators is not handling missing optional elements correctly

2018-02-08 Thread Steve Lawrence (JIRA)

 [ 
https://issues.apache.org/jira/browse/DAFFODIL-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Lawrence updated DAFFODIL-1886:
-
Fix Version/s: (was: 2.0.0)
   2.2.0

> Delimited parsing with occursCountKind="implicit" with separators is not 
> handling missing optional elements correctly
> -
>
> Key: DAFFODIL-1886
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1886
> Project: Daffodil
>  Issue Type: Bug
>  Components: Compatibility, Front End
>Affects Versions: 2.1.0
>Reporter: Josh Adams
>Assignee: Josh Adams
>Priority: Major
> Fix For: 2.2.0
>
>
> This bug currently prevents the IBM4690-TLOG schema project from working.
> Example schema:
> {code:java}
> 
>encoding="ISO-8859-1" occursCountKind="implicit" 
> textNumberCheckPolicy="strict" textNumberPadCharacter="0" 
> textNumberJustification="right"
> lengthUnits="bytes" separatorSuppressionPolicy="trailingEmpty" 
> separatorPosition="prefix"/>
>   
> 
>dfdl:sequenceKind="ordered" dfdl:separator=":">
> 
> 
> 
>   
> 
>   
> 
> {code}
> This schema should be able to parse the following scenarios:
> 1:2:3 -> a=1, b=2, c=3
> 1:2: -> a=1, b=2
> 1::3 -> a=1, c=3
> 1:: -> a=1
> Currently scenarios 1,2 and 4 work as expected, but scenario 3 ends up 
> parsing as just a=1 and b and c are just skipped.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DAFFODIL-1886) Delimited parsing with occursCountKind="implicit" with separators is not handling missing optional elements correctly

2018-02-08 Thread Steve Lawrence (JIRA)

 [ 
https://issues.apache.org/jira/browse/DAFFODIL-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Lawrence updated DAFFODIL-1886:
-
Fix Version/s: 2.0.0

> Delimited parsing with occursCountKind="implicit" with separators is not 
> handling missing optional elements correctly
> -
>
> Key: DAFFODIL-1886
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1886
> Project: Daffodil
>  Issue Type: Bug
>  Components: Compatibility, Front End
>Affects Versions: 2.1.0
>Reporter: Josh Adams
>Assignee: Josh Adams
>Priority: Major
> Fix For: 2.2.0
>
>
> This bug currently prevents the IBM4690-TLOG schema project from working.
> Example schema:
> {code:java}
> 
>encoding="ISO-8859-1" occursCountKind="implicit" 
> textNumberCheckPolicy="strict" textNumberPadCharacter="0" 
> textNumberJustification="right"
> lengthUnits="bytes" separatorSuppressionPolicy="trailingEmpty" 
> separatorPosition="prefix"/>
>   
> 
>dfdl:sequenceKind="ordered" dfdl:separator=":">
> 
> 
> 
>   
> 
>   
> 
> {code}
> This schema should be able to parse the following scenarios:
> 1:2:3 -> a=1, b=2, c=3
> 1:2: -> a=1, b=2
> 1::3 -> a=1, c=3
> 1:: -> a=1
> Currently scenarios 1,2 and 4 work as expected, but scenario 3 ends up 
> parsing as just a=1 and b and c are just skipped.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)