To ensure your CSV file works seamlessly with our bulk schedule feature or AI Agent training, verify the following:
Smart quotes or special characters (like curly quotes) can be problematic if the file is saved in a non-UTF-8 format. You should ensure the file is saved as UTF-8 encoded text.
🪟 Windows (Notepad)
Open the file in Notepad.
Click File > Save As.
In the dialog:
🍏 macOS (TextEdit)
Open the file in TextEdit.
Go to Format > Make Plain Text (if not already plain text).
Click File > Save or File > Save As.
In the Save As dialog:
💻 VS Code
Open your file.
At the bottom right, click on the encoding label (e.g., “UTF-8”, “Plain Text”, etc.).
Choose “Save with Encoding” > UTF-8.
📊 Excel
Important: Excel often defaults to a non-UTF-8 encoding for CSV exports.
To save a CSV in UTF-8:
Click File > Save As.
Choose file type: CSV UTF-8 (Comma delimited) (*.csv).
Save the file.
On older versions of Excel, you may need to export using "CSV UTF-8" explicitly or use Notepad afterward to re-save in UTF-8.