Does a DFDL having 0 occurances in header and record level will take header as a record????
in my case its happening that the header is coming as record structure
Let me first begin with CSV format
I have 1 Header with 5 fields in it & 5 records with 15 fields.
I constructed a DFDL message model for the CSV file.
I have a scenario where i need to check f ...
Iam working on a scenario where i need to test for one of the test case for CSV file format.
I need to check for an invalid CSV File record or header.
My CSV file have header with 5 fields and body ...
Iam deploying a flow to an EG
1. First there was an error in deployment like jar file collision as another jar file with same name exists.So i removed the reference and again i deployed the flow
2. ...