Page 1 of 1

How to read in the second line

PostPosted: Fri Jun 27, 2025 6:17 pm
by meicker
Hey all,

i am new to hazel and I am trying since 2 hours to read in the second line. In my case it is an invoice. the invoice number stands below the word invoice in the second line. I tried everything possible but I have no clue how to do it. Can anyone help me out, please ?

Best,
Marc

Re: How to read in the second line

PostPosted: Mon Jun 30, 2025 9:06 am
by Mr_Noodle
Look up "match patterns" in the manual.

One trick is that a space in your pattern will match any amount of whitespace including linebreaks. So doing a pattern like "Invoice (• some custom attribute)" would match regardless of whether Invoice and the custom attribute are on the same line or not.