[Pyparsing] Can Pyparsing parse this pattern?
Brought to you by:
ptmcg
From: simplevolk <sim...@gm...> - 2016-10-27 13:04:31
|
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! |