Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a most likely trivial problem I can't seem to figure out.
I have an input-file ( just a normal txt file) with /n line feed, and I want to find the rows that starts with the word "Line". Where it matches I need to get the full row in the output.
The job looks like pic 1

The reg-exp I am currently using gets me 7 matches ( "^.*Line.*$" ) but the rows coming out are just blank (null in a table view)
What am I doing wrong?