Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
herbertpimentel opened this issue Feb 21, 2019 · 0 comments
Open
Milestone

Comments

@herbertpimentel
Copy link

herbertpimentel commented Feb 21, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants