I encountered problems by using "extract matching lines" with context lines (1 line - before and after) selected, because I get this:
Code: Select all
;Trial Input;noxious gases away from the users of the machine. ;
;Trial Input;Indoor generators and furnaces can quickly fill an enclosed s;
;Trial Input;pace with carbon monoxide or other poisonous exhaust gases ;
Code: Select all
;Trial Input;noxious gases away from the users of the machine.
Indoor generators and furnaces can quickly fill an enclosed s
pace with carbon monoxide or other poisonous exhaust gases ;
I've already tried the "convert end of lines option" or using headres and footers - but when using h/f I get ';' only at the beginning and ending,
but of the extracted file - not rows (3 rows here) as needed.
The above example I've generated by:
- File input:..
Extract matching [*enclosed*]
Replace ; with ,
Insert column 1 [;@inputFilename;]
Insert column 0 [;]
Merge to file...