Hello,
$csvreport=Import-CsvC:\Temp\DataGrowth.csv
Hello, michaelbrux-
Hmm, odd. I was not able to reproduce the issue. What version of PowerShell are you using?
Aside: probably a more direct way to import info from the CSV would be to use the Import-Csv cmdlet. Like:
$csvreport=Import-CsvC:\Temp\DataGrowth.csv
Does that work for you, regardless of number of "rows" in the .csv file?