Import_Csv is a PowerShell command that creates a custom, table-like object and populates it with data from a CSV file.
i came across a little issue when dealing with csv-exports which contains mutated vowels like ä,ö,ü (German Language Umlaute) i simply …
powershell character-encoding import-csv export-csv