1

I have large CSV file that I have compressed with WINRAR in windows 8.

After uploading the file to Centos 7 x64 on my VPS, I used unrar. The file is exactly the same size as it should be after being uncompressed but when I run my import script exactly half the number of rows are imported.

The same script works file locally so my hunch is that rar/unrar might be doing something to EOL?

Just wondered if anyone has experienced anything like this before?

jww
  • 97,681
  • 90
  • 411
  • 885
Asa Carter
  • 2,207
  • 5
  • 32
  • 62

1 Answers1

0

Rar was not the issue at all. It was a column I was using in the CSV to index the data that was not always present.

Asa Carter
  • 2,207
  • 5
  • 32
  • 62