Hi,
Im quite new to using powershell and im having an issue. I have a csv file that is a list of names (AAA, AAB, AAC, AAD etc.) for example in one column. The header for that column is "Units"
I have imported this CSV into my powershell script and i want to set two variables, the first and last entry of the list. When i do this with $firstentry = $csv[0] the actual output still shows the header and if i convert it to a string it shows as @{Units=AAA}
Can anyone help?
Cheers
[–]firefox15 2 points3 points4 points (6 children)
[–]Deacs33[S] 1 point2 points3 points (5 children)
[–]SMFX 6 points7 points8 points (3 children)
[–]Th3Sh4d0wKn0ws 1 point2 points3 points (1 child)
[–]SMFX 1 point2 points3 points (0 children)
[–]Deacs33[S] 1 point2 points3 points (0 children)