Review customer CSV templates
Use this when a customer wants a user upload template with segmentation fields.
Common fields
Section titled “Common fields”Common columns include:
emailfirst_namelast_nameregionmarketsectormanager_emailmanager_namesecond_tier_managersecond_tier_manager_email
Use the customer’s required labels when public docs or product UI support them. Do not invent hidden fields.
- Confirm the customer organization.
- Confirm what segmentation they need.
- Review the CSV headers.
- Check for duplicate email columns or misspelled required fields.
- Check that manager email columns contain email addresses, not names.
- Check that one row represents one user.
- Remove sample/test rows before customer upload.
- If ActiveAdmin exposes imported custom fields, spot-check one uploaded user after import.
Expected result
Section titled “Expected result”The CSV is structurally ready for upload, or you have a clear list of fields the customer must fix.
Escalate when
Section titled “Escalate when”- The customer needs fields not supported by current upload/import surfaces.
- The import partially succeeded.
- Custom fields do not appear after upload.
- You need database cleanup.