Skip to content

Defining blank rules on configuration files #133

@Bernardo-MG

Description

@Bernardo-MG

It should be posible to define blank rules in the configuration.

Something like this:

group:
  id: acknowledgement_transaction
  rules:
    - sequence:
      - record: acknowledgement
      - record: blank_20

Should become:

group:
  id: acknowledgement_transaction
  rules:
    - sequence:
      - record: acknowledgement
      - record: blank(20)

Where the number in parenthesis should be parsed, to indicate the size of the blank record.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions