I want to process a csv file that I have discovered by processing at the contents of each line. I was trying to use regexExtractAll with the regex ‘.\n’ which I know will give me each file, but the pattern compilation engine removes the ‘.‘ meaning that my regex won’t work.
Does anyone have any better ideas?
