Arrays and .CSV limits

Viewed 10

I am importing a .csv into an array. Its one column of email addresses. I have 2176 lines in the CSV file. Usin this command $Addresses = Import-Csv “c:\temp\addressesEx.csv”. When I show the contents of $Addresses it only shows exactly 2160 addresses? Any ideas why this might be happening?

0 Answers
Related