Allow schema to have an includes array, similar to the includes statements in JSDOC.
If schema has includes array & is not empty, use includes instead of auto grouping all data inside loop. This would make a much more verbose schema, but would give more granular control of of the grouping process.
For example to specify a group that includes exact segments we could do this, which would only capture the ISA and GS segments.
{
"name": "Envelope",
"includes": ["ISA", "GS"]
}
Allow schema to have an includes array, similar to the includes statements in JSDOC.
If schema has includes array & is not empty, use includes instead of auto grouping all data inside loop. This would make a much more verbose schema, but would give more granular control of of the grouping process.
For example to specify a group that includes exact segments we could do this, which would only capture the ISA and GS segments.
{ "name": "Envelope", "includes": ["ISA", "GS"] }