utah-parser icon indicating copy to clipboard operation
utah-parser copied to clipboard

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

Open herbertpimentel opened this issue 6 years ago • 0 comments

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>

herbertpimentel avatar Feb 21 '19 16:02 herbertpimentel