Skip to main content
The Data Import feature allows you to migrate existing member data into Orgo. Upload CSV files to bulk-create members, update profiles, and import historical data.

How to access

SettingsCustomizationImport Data

Prerequisites

  • Administrator access required
  • CSV file properly formatted
  • Required fields populated

Import Features

FeatureDescription
Bulk member importCreate many members at once
Field mappingMap CSV columns to fields
ValidationCheck data before import
Error handlingReport import issues
Update existingUpdate or skip duplicates

Preparing Your Data

CSV Format

Your file should be in CSV (Comma-Separated Values) format:
firstName,lastName,email,phone,localCenter
John,Doe,[email protected],+1234567890,Downtown
Jane,Smith,[email protected],+0987654321,Uptown

Required Fields

FieldDescription
emailUnique email address (required)
firstNameMember’s first name
lastNameMember’s last name

Optional Fields

FieldDescription
phonePhone number
localCenterLocal center name
userTypeMembership type
birthDateDate of birth
addressStreet address
cityCity name
countryCountry code

Import Process

1

Prepare CSV file

Format your data according to requirements.
2

Navigate to Import

Go to SettingsCustomizationImport Data.
3

Upload file

Select and upload your CSV file.
4

Map fields

Match CSV columns to Orgo fields.
5

Preview

Review data before importing.
6

Import

Execute the import process.
7

Review results

Check for errors and confirm success.

Field Mapping

Automatic Mapping

The system attempts to match columns by name:
  • email → Email field
  • first_name or firstName → First Name
  • last_name or lastName → Last Name

Manual Mapping

For unrecognized columns:
  1. Select the CSV column
  2. Choose the corresponding Orgo field
  3. Repeat for all columns

Import Options

skipDuplicates
boolean
Skip rows with existing email addresses.
updateExisting
boolean
Update existing members with new data.
sendWelcomeEmail
boolean
Send invitation emails to new members.
setPassword
boolean
Generate temporary passwords for new accounts.

Validation

Pre-Import Checks

Before importing, the system validates:
  • Email format correctness
  • Required fields present
  • Data type compatibility
  • Duplicate detection

Validation Results

StatusMeaning
✓ ValidReady to import
⚠ WarningWill import with notes
✗ ErrorWill be skipped

Handling Errors

Common Issues

ErrorSolution
Invalid emailFix email format
Missing required fieldAdd missing data
Duplicate emailRemove or enable update
Unknown local centerCreate center first

Error Report

After import, download error report:
  • List of failed rows
  • Reason for failure
  • Original data for correction

Import Types

Member Import

Import user accounts with profile data.

Local Center Import

Bulk create local centers before member import.

Event Attendees

Import registrations for specific events.

Best Practices

Remove duplicates and fix errors before uploading.
Import a small sample first to verify mapping.
Export current data before large imports.
Import local centers before members that reference them.
Standardize date formats, phone numbers, etc.

Sample Templates

Download templates for common imports:
  • Member import template
  • Local center template
  • Event attendee template