Overview
When importing students via a CSV file, some names may appear with strange or garbled characters — for example, a name like Juárez might show up as Juárez or a similar jumble of symbols. This is a file encoding issue that happens on the CSV file itself before it's uploaded to Hovn, and it's especially common when saving CSV files using Microsoft Excel on Windows.
Available for: Service Provider Admins
Why Does This Happen?
Hovn uses UTF-8, the modern standard for storing text that includes accented letters, special characters, and names from languages other than English. When you open and save a CSV in Excel on Windows, Excel sometimes saves it in an older format called ANSI (or Windows-1252) instead of UTF-8. This mismatch causes accented characters like é, ñ, ü, ó and others to display incorrectly when the file is imported.
This commonly affects names that include:
Accented vowels (é, á, í, ó, ú)
Tildes (ñ)
Cedillas (ç)
Other non-English characters
How to Fix It
If you already have a CSV file that was saved incorrectly, you can re-save it in the proper UTF-8 format before importing. Follow the steps for your software below.
Option 1: Use Google Sheets (Recommended — Works on Any Computer)
This is the easiest and most reliable method:
Open Google Sheets at sheets.google.com
Upload your CSV file
Click File → Import
Select your CSV file from your computer
Under "Separator type," choose Comma
Click Import data
Check that the names look correct in the spreadsheet
Download as a properly formatted CSV
Click File → Download → Comma Separated Values (.csv)
Import this new file into Hovn — the characters should now appear correctly
Option 2: Save as UTF-8 in Microsoft Excel (Windows)
Open your CSV file in Excel
Click File → Save As
Choose a save location, then open the file format dropdown
Select CSV UTF-8 (Comma delimited) (.csv) — not the plain "CSV (Comma delimited)" option
Click Save
Import this new file into Hovn
⚠️ Important: Look specifically for "CSV UTF-8" in the format list. The standard "CSV" option will not fix the issue.
Option 3: Use Notepad (Windows — Advanced)
Open your CSV file in Notepad (right-click the file → Open with → Notepad)
Check the names — if they look garbled here too, continue with the steps below
Click File → Save As
At the bottom of the save dialog, change the Encoding dropdown to UTF-8
Click Save
Import this new file into Hovn
Preventing This Issue in the Future
Always use Google Sheets to create or edit your CSV files before importing — it handles encoding automatically
If you use Excel on Windows, always choose the CSV UTF-8 format when saving, not the default CSV option
After creating your CSV, double-check names with accented characters before importing to make sure they display correctly
Still Seeing Strange Characters?
If you've re-saved the file and the issue persists:
Open the CSV in a plain text editor (like Notepad on Windows or TextEdit on Mac) and check whether the names look correct there — if they're garbled in the text editor, the file encoding wasn't saved correctly
Try the Google Sheets method — it's the most reliable fix
Contact Support and share:
Your original CSV file (as an attachment)
A screenshot showing the garbled names in Hovn
Which software you used to create the file (e.g., Excel, Google Sheets, Numbers)
