Troubleshooting
Import Issues
CSV and API import problems
Import Issues
Solutions for data import problems.
CSV Import
File Not Recognized
Symptoms: File rejected or not parsed
Solutions:
- Check file extension is .csv
- Verify UTF-8 encoding
- Check for BOM (byte order mark)
Missing Columns
Symptoms: Required columns not found
Solutions:
- Verify column names match specification
- Check for extra spaces in headers
- Compare with sample template
Encoding Errors
Symptoms: Strange characters in data
Solutions:
- Save file as UTF-8
- Remove special characters
- Re-export from source system
Empty File
Symptoms: File appears empty
Solutions:
- Verify file has data rows
- Check header row exists
- Look for hidden characters
API Import
No Data Returned
Symptoms: API returns empty results
Solutions:
- Verify correct academic year
- Check SIS has data
- Review API filters
Partial Data
Symptoms: Some entities missing
Solutions:
- Check for API pagination
- Verify all entities are active
- Review SIS data status
Slow Import
Symptoms: Import takes very long
Solutions:
- Check network speed
- Reduce data scope if possible
- Run during off-peak hours