Supported record types
You can import these record types via CSV:- Clients — Creates households with people
- Prospects — Creates prospect households with people
- Other contacts — Creates standalone contact records
- Notes — Creates notes linked to existing records
Prepare your CSV file
File format
- Format: CSV (comma-separated values)
- Encoding: UTF-8 recommended
- Headers: First row must contain column headers
Creating a CSV
From Excel:- File > Save As
- Choose “CSV UTF-8 (Comma delimited)”
- File > Download
- Select “Comma Separated Values (.csv)”
Sample CSV for clients or prospects
Start the import
- Navigate to the page for the record type you want to import (for example, Clients)
- Click the Upload CSV button to open the import interface
- Select your CSV file or drag it into the upload area
Map your columns
After uploading, the import interface displays your CSV columns alongside Slant’s expected fields.- Review detected columns and sample data
- For each column, confirm or change the matched Slant field
- Skip any columns you do not want to import
Review and import
- Review how your data will be mapped
- Fix any validation errors highlighted by the importer
- Click Submit to create the records
Importing clients and prospects
Available fields
| Field | Description | Required |
|---|---|---|
| Household ID | Groups people into the same household | No |
| First name | Person’s first name | Yes (or full name) |
| Last name | Person’s last name | Yes (or full name) |
| Full name | Alternative to first/last name | Yes (or first and last) |
| Email address | No | |
| Phone number | Phone number | No |
| Tier | Service tier (0=A, 1=B, 2=C, 3=D) | No |
| Household role | head_of_household, spouse, partner, dependent_child | No |
| Tags | Comma-separated list of tags | No |
| Date of birth | MM/DD/YYYY or YYYY-MM-DD | No |
| Gender | female, male, nonbinary, other, prefer_not_to_say | No |
| Marital status | single, married, partnered, separated, divorced, widowed | No |
| Address fields | address_line1, address_line2, city, state, zip | No |
| SSN | Social security number (encrypted) | No |
Custom fields
If you have custom fields defined for households, they appear as additional columns in the importer. Map your CSV columns to them during the mapping step.Importing other contacts
Available fields
| Field | Description | Required |
|---|---|---|
| First name | Person’s first name | Yes (or full name) |
| Last name | Person’s last name | Yes (or full name) |
| Full name | Alternative to first/last name | Yes (or first and last) |
| Email address | No | |
| Phone number | Phone number | No |
| Status | active, inactive, archived | No |
| Date of birth | MM/DD/YYYY or YYYY-MM-DD | No |
| Gender | female, male, nonbinary, other, prefer_not_to_say | No |
| Marital status | single, married, partnered, separated, divorced, widowed | No |
Importing notes
Available fields
| Field | Description | Required |
|---|---|---|
| Record type | Client, Prospect, Contact, or Business | Yes |
| Note content | The text content of the note | Yes |
| Record ID | The ID of the record this note belongs to | No (or record name) |
| Record name | Name of the record to match | No (or record ID) |
| Original created date | When the note was originally created | No |
Troubleshooting
File will not upload
- Confirm the file is saved as CSV format
- Try a different browser if the upload fails
Columns not detected
- Make sure the first row contains column headers
- Re-save the file with UTF-8 encoding
- Open in a text editor to verify the format
Data in wrong fields
- Review the column mapping step
- Check for misaligned data in your CSV
Best practices
Clean your data first
Before importing:- Remove completely empty rows
- Fix obvious typos
- Standardize formatting (dates, phone numbers)
Test with a small batch
- Create a test file with 5—10 rows
- Import the test batch
- Verify the results
- Import the full file