Requires Tenant Admin permissions.
What you can import
The import system supports 15 data types. The platform shows a recommended import order to ensure referential integrity (e.g., local centers before members).| Import type | What it creates | Depends on |
|---|---|---|
| Units | Organizational units | — |
| Local Centers | Local groups/branches | — |
| Roles | User types and roles | — |
| Users | Member accounts | Local Centers, Roles |
| User-Role assignments | Assign roles to existing users | Users, Roles |
| Events | Calendar events | — |
| Event Attendance | Mark attendance on events | Users, Events |
| Badge Types | Badge/achievement categories | — |
| Badges | Individual badges | Badge Types |
| Badge-User assignments | Award badges to members | Users, Badges |
| Products | Items for sale | — |
| Product Prices | Pricing tiers for products | Products |
| Product Payments | Payment records for products | Users, Products |
| Companies | Organization/company records | — |
| Company-User assignments | Link members to companies | Users, Companies |
When to use data import
| Situation | Action |
|---|---|
| Migrating from another membership platform | Export as CSV from the old system, import into Orgo |
| Your member database is in a spreadsheet | Save as CSV and import |
| Adding a large batch of new members at once | Import rather than creating one by one |
| Updating existing member data in bulk | Import with “update existing” enabled |
| Setting up Local Centers before launch | Import centers from CSV first, then import members |
| Awarding badges to many members | Import badge-user assignments from CSV |
| Loading historical event attendance | Import attendance records after creating events |
Preparing your CSV file
Your file must be in CSV format (comma-separated values) or TXT format. Most spreadsheet apps (Excel, Google Sheets) can export to CSV.Required fields for member import
| Field | Description |
|---|---|
| Unique email address — this is how Orgo identifies each member | |
| firstName | Member’s first name |
| lastName | Member’s last name |
Common optional fields
| Field | Description |
|---|---|
| phone | Phone number |
| birthDate | Date of birth (format: YYYY-MM-DD) |
| localCenter | Local Center name (must already exist in Orgo) |
| userType | User type name (must already exist in Orgo) |
| address | Street address |
| city | City name |
| country | Country code (e.g., US, DE, FR) |
Example CSV
The import process
Choose the import type
Select what you’re importing from the list (e.g., Users, Local Centers, Events). The interface shows which imports are recommended to do first and which are optional.
Map columns to fields
The system auto-matches common column names (email, firstName, lastName). For unrecognized columns, manually map each CSV column to the corresponding Orgo field using the dropdown selectors. The mapping configuration is saved for future imports of the same type.
Configure import options
Choose what to do with duplicates (skip or update), whether to send welcome emails, and other type-specific options.
Preview and validate
The system validates your data before importing. Review the first few rows to verify everything maps correctly. The validator flags issues like invalid emails, missing required fields, and broken references.
Run the import
Click Import. The system processes rows in batches with real-time progress tracking — you’ll see the percentage complete, and counts of successful, failed, and skipped rows.
Import status tracking
Each import goes through a workflow:| Status | Meaning |
|---|---|
| Pending | File uploaded, waiting to start |
| Validating | Checking data integrity before processing |
| Processing | Actively importing rows (shows progress %) |
| Completed | All rows processed successfully |
| Failed | Import encountered a critical error |
Import order matters
If your data has dependencies, import in this order:Assignments
Import User-Role assignments, Badge-User assignments, and Company-User assignments — these link existing users to existing records.
Real-world example
Scenario: A national scouting organization migrating 5,000 members from a legacy spreadsheet to Orgo.
- Export the spreadsheet to CSV: one file for troops (local centers), one for scout ranks (roles), one for members.
- Import Local Centers first: CSV with columns
name,region,address. All 150 troops created in one batch. - Import Roles: CSV with
name,type. Creates “Scout”, “Patrol Leader”, “Scoutmaster” user types. - Import Users: CSV with
firstName,lastName,email,localCenter(troop name),userType(rank). The 5,000 members are processed in ~3 minutes. - Review: 4,950 successful, 50 failed (duplicate emails). Download error report, fix duplicates, re-import the 50.
- Import Badge-User assignments: Award existing achievement badges to members based on historical records.
Troubleshooting
The import failed for many rows — what went wrong?
The import failed for many rows — what went wrong?
Download the error report from the import history. Common issues: invalid email format, missing required fields, referencing Local Centers or user types that don’t exist yet. Fix the CSV and re-import just the failed rows.
I imported members but they can't log in
I imported members but they can't log in
Check whether you enabled “Send welcome email” during import. If not, members don’t have credentials. You can send invitation emails after the fact from the Members list, or have members use the “Forgot password” flow on the login page.
I want to import custom field values too
I want to import custom field values too
Map CSV columns to custom fields during the field mapping step. Custom fields must already exist in Orgo before import — create them in Settings → Users & Profiles → Custom Fields first.
Can I undo an import?
Can I undo an import?
There’s no automatic undo. For large imports, test with a small sample (10-20 rows) first to verify everything works correctly. If something goes wrong with a full import, you’ll need to manually clean up the records or contact support.
I have 10,000+ members to import — will it handle that?
I have 10,000+ members to import — will it handle that?
Yes. Large imports are processed in batches with progress tracking. It may take several minutes, but the system is designed for large datasets. If you encounter timeout issues, break the file into smaller batches (e.g., 5,000 rows each).
Related
- Users & Profiles — Member management after import
- Local Groups — Set up groups before importing members
- Invitations — Alternative: invite members one by one or in small batches
- Custom Fields — Create custom fields before importing custom data

