I have a large file (3.5G) that I\'m trying to import using data.table::fread.
data.table::fread
It was originally created from an rpt file that was opened as text and sa
A non-technical way to solve this would be, to
Open the problematic .csv
Ctrl+A (Select all)
Open new Excel sheet
Right click and choose 'Paste as values'
Save and use this file in place of original one.
Worked for me, and doesn't take much time.