Discussion:
[Pyparsing] Can Pyparsing parse this pattern?
simplevolk
2016-10-27 13:04:09 UTC
Permalink
Greetings!
I search a tool or library wich can parse file from specific pattern:
http://pastebin.com/3sDD1wyW.
I have a lot of files with this pattern (and some others).
So, can Pyparsing parse this?
And how difficult could it be?
I should parse all data,except data with 'г==============================='
row.
Thank you!

Loading...