Prepare your CSV file
File format requirements
| Requirement | Details |
|---|---|
| Format | CSV (comma-separated values) |
| Encoding | UTF-8 (recommended) |
| Delimiter | Comma (,) |
| Headers | Required in first row |
| Max size | 10 MB |
| Max rows | 10,000 |
Creating a CSV
From Excel:- File → Save As
- Choose “CSV UTF-8 (Comma delimited)”
- Save
- File → Download
- Select “Comma Separated Values (.csv)”
Sample CSV structure
Start the import
1
Navigate to import
Go to Settings → Import data.
2
Select import type
Choose what you’re importing:
- Clients
- Prospects
- Contacts
- Tasks
3
Upload your file
Click Upload file and select your CSV.
Map your columns
After uploading, you’ll see your CSV columns:1
Review detected columns
Slant lists all columns from your file.
2
Map each column
For each column, select the matching Slant field from the dropdown.
3
Handle unmapped columns
For columns you don’t need:
- Select “Skip this column”
- Or map to custom fields
Common field mappings
| CSV column | Map to |
|---|---|
| First Name | Person → First name |
| Last Name | Person → Last name |
| Person → Email | |
| Phone | Person → Phone |
| Address | Person → Address line 1 |
| City | Person → City |
| State | Person → State |
| Zip | Person → Postal code |
| Household/Account | Household → Name |
| Tier/Category | Household → Tier |
Preview your import
1
Review preview
Slant shows how records will be created.
2
Check for warnings
Yellow warnings indicate potential issues.
3
Check for errors
Red errors must be fixed before importing.
Preview shows
- Number of records to be created
- Sample of how data will look
- Validation errors and warnings
- Duplicate detection results
Common warnings
| Warning | Meaning | Action |
|---|---|---|
| Duplicate detected | Similar record exists | Review if intentional |
| Invalid format | Data doesn’t match expected format | Check and correct |
| Missing value | Required field is empty | Provide value or skip row |
Execute the import
1
Resolve any errors
Fix red errors before proceeding.
2
Click Import
Click the Import button.
3
Wait for completion
Progress bar shows import status.
4
Review results
See summary of created records.
Import results
The results screen shows:- Total records processed
- Successfully created
- Skipped (with reasons)
- Errors encountered
Importing specific record types
Importing clients
Required information:- Household name (creates the client record)
- At least one person
- Person email and phone
- Address
- Tier
- Assigned advisor
Importing people
People must link to households:- Import households first, or
- Include household name in people import
Importing contacts
Contacts are standalone:- Name or company name required
- People can be added after import
- Contact type is optional
Importing tasks
Tasks need context:- Title required
- Optionally link to client/contact
- Due date, assignee, labels are optional
Handling relationships
People and households
For people to appear in the correct household: Option 1: Include household name- Import households first
- Import people with matching household names
Matching existing records
When importing, Slant checks for existing records:- Exact match found: Links to existing record
- Similar match found: Warns you to review
- No match: Creates new record
Import settings
Duplicate handling
Choose how to handle potential duplicates:| Option | Behavior |
|---|---|
| Skip duplicates | Don’t import if match found |
| Import anyway | Create record even if similar exists |
| Update existing | Merge data into existing record |
Empty values
Choose how to handle empty cells:| Option | Behavior |
|---|---|
| Skip empty | Leave existing value unchanged |
| Clear existing | Replace with empty value |
Troubleshooting
File won’t upload
Check:- File is saved as CSV format
- File size under 10 MB
- File isn’t open in another program
- Try different browser
Columns not detected
Try:- Ensure first row contains headers
- Check for hidden characters
- Re-save file with UTF-8 encoding
- Open in text editor to verify format
Data in wrong fields
Fix:- Review column mapping
- Check for misaligned data in CSV
- Ensure consistent column order
Import fails partway
If import stops:- Note which row failed
- Check that row in your CSV
- Fix the issue
- Re-import remaining rows
Wrong data imported
To fix:- Use bulk delete if many records wrong
- Edit individual records if few errors
- Delete and re-import if necessary
Best practices
Clean data first
Before importing:- Remove completely empty rows
- Fix obvious typos
- Standardize formatting
- Handle special characters
Test with small batch
- Create test file with 5-10 rows
- Import the test
- Verify results
- Delete test records
- Import full file
Keep original files
Save your source CSV files:- Reference for questions later
- Re-import if needed
- Audit trail
Document your process
Record:- Where data came from
- How columns were mapped
- Any data cleaning done
- Date of import