Search notes:

PowerShell cmdLet Import-CSV

import-CSV reads a CSV file and returns an array of elements whose type is System.Management.Automation.PSCustomObject. Each of these elements corresponds to a data (= non-header) row of the imported CSV file.

See also

import-CSV belongs to the cmdlets with the -encoding parameter.
Powershell command noun: CSV
Object creation in PowerShell

Index