[Servingxml-help] Flat file structure validation
Brought to you by:
danielaparker
|
From: Ravikumar T. <ra...@gm...> - 2007-03-09 04:16:58
|
Hi I am trying to use servingxml to validate and transform flat files to xml. I am wondering if this toolkit can help validate the flat file which looks as follows: Every row is a record with position #1 as record type. Position #2-5 as filenumber and the rest as misc fields. I want to validate that for every filenumber, there exists atleast 1 E record followed by 0 or more S records. E1001FIELD0 S1001FIELD1FIELD2 S1001FIELD3FIELD4 E1002FIELDA S1002FIELDBFIELDC Thanks Ravi |