Import CSV file that contains accents Import CSV file that contains accents Chris Roualin Comments 0 Comment If you want to import some csv file that contain accents like “é” or special characters etc.. ! Here is a way to do that !: Get-content $File | Out-File $File -Encoding Unicode Where $File is the full path of your csv file 🙂 Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related posts : Import-Mailbox – Import mailboxes from PST into Exchange 2007 using powershell cmdlets Import calendar event through impersonation – O365 Xml config file and Powershell Open a file with its default application