Maksym

Results 3 comments of Maksym

I'm experiencing a similar problem. CSV file size is 3.5Gb+. My observation so far - the issue does seem to happen when if: - `parallel` setting is set to any...

At the end of the day, the issue was fixed. The first step was to add `quote: ''`: ```typescript const parser = parse({ delimiter, columns: true, trim: true, quote: ''...

> Do you have any idea what the issue is? Unfortunately, I have no idea as to why it might be happening. I'm not familiar with the codebase, however, I'm...