Skip to content

Feature Request - multi line delim or new tag to ignore lines #8

@herbertpimentel

Description

@herbertpimentel

Maybe it is a good to have one of those features:

take as example the following file:

ID  Name                                              Age
===============================
1    John Doe                                        45
----------------------------------------------------
2    MaryDoe                                        38
----------------------------------------------------
This is a warning
----------------------------------------------------
----------------------------------------------------
Maybe the information is not real time updated
----------------------------------------------------

multi line delim for the above example may allow us to specify the dimiter to be only the "line"

---------------------------------------------------- 

but also the line followed or not by the "fotter"

----------------------------------------------------
This is a warning
----------------------------------------------------
----------------------------------------------------
Maybe the information is not real time updated
----------------------------------------------------

ignore config may allow us to entire skip lines with patterns we do not care, for above example we may add

<ignore>-{50}</ignore>
<ignore>^\D</ignore>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions