You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter an exception while ProParsing file with build 1128.
Can you fix this please?
Thanks a lot.
Kind regards,
Cyril CLEAUD
DEFINE TEMP-TABLE tt_one NO-UNDO XML-NODE-NAME "AAA"
FIELD field1 AS CHARACTER XML-NODE-TYPE "hidden".
DEFINE TEMP-TABLE tt_two NO-UNDO XML-NODE-NAME "BBB"
FIELD id AS RECID XML-NODE-TYPE "hidden"
FIELD field1 AS CHARACTER XML-NODE-TYPE "element" XML-NODE-NAME "BB1"
FIELD field2 AS CHARACTER XML-NODE-TYPE "element" XML-NODE-NAME "BB2".
DEFINE DATASET ds_trafic XML-NODE-NAME "JJJ"
FOR tt_one, tt_two
PARENT-ID-RELATION FOR tt_one, tt_two PARENT-ID-FIELD id /* <-- this line causes exception in proparse */
.
The text was updated successfully, but these errors were encountered:
ccleaud
added a commit
to ccleaud/proparse
that referenced
this issue
Jan 10, 2016
Hello,
I encounter an exception while ProParsing file with build 1128.
Can you fix this please?
Thanks a lot.
Kind regards,
Cyril CLEAUD
The text was updated successfully, but these errors were encountered: