Hello there,
I’m facing strange behavior on WM 6.1XX Flat File Schema.
Preveously, I made schema of a flat file that has a pattern like this :
[header] YO00000 + []// max repeat 1
[records]YO00001-YO99998 + []//max repeat unlimited
[trailer]YO99999 + [****]// max repeat 1
on WM ver 7.1
i made FF schema with a structure below :
record definitions | properties
YO00000 | max repeat 1
YO | max repeat unlimited
YO99999 | max repeat 1
whenever i run by convertToValues, the output is correct (all records definition is captured)
because our client is not yet implemented Ver. 7.1, so I tried to run the schema on ver 6.1 updated.
The result is differnt, [trailer] could not detected.
it’s included in [records] (‘YO’ record definitions) in the last row.
I’ve try many combinations instead of records defiinitions, the found some strange behaviors.
if the [trailer] is modified with YO9999 or YO9999901 (the testing trailer row is ‘YO99999012700’)
it produced correct output.
But, offcourse it couldn’t accepted.
Is ther any update of 6.1 version that fix my problem??
or is there any other way to solve this problem?
Best Regards,
Reza