Re: Issue with escaping CRLF characters with single escape character

2024-07-21 Thread Gary Gregory
Hello Josh, Is there a mismatch in expectations of what escaping means? Escaping works one character at a time: Escape the next single character. There is no escape start and escape end sequence characters. Am I missing something? Gary On Wed, Jul 17, 2024 at 5:38 PM Josh Bultman wrote: > > H

Issue with escaping CRLF characters with single escape character

2024-07-17 Thread Josh Bultman
Hello, I’m using commons csv for a component in our application, and I ran into a weird edge case. In our application, we take in CSV files from the file system without knowing the format beforehand. So, I’m writing a method that guesses the CSV format based on column consistency, encountering