↧
Answer by DopeGhoti for Parsing multidimensional data in paragraphs
You might be overcomplicating things: $ cat input Record Info Interesting 123 apple yep orange nope lemon yep ----------------------------------------------- 456 dragonfruit yep cucumber nope...
View ArticleParsing multidimensional data in paragraphs
I'm trying to parse data from a PDF report and filter out certain interesting elements. Using pdftotext -layout I get data in this format as my starting point: Record Info Interesting 123 apple yep...
View Article