CSV Syntax Guide for Group Imports
Overview
This guide explains how to use the correct syntax for CSV file imports, new groups, or updating existing group membership and settings. The table below outlines each CSV field and its expected format.
CSV Syntax Guidelines
-
Include values for all mandatory fields.
-
Use semicolons (;) to separate multiple values within a single header.
-
Use pipes (|) to separate subcategories within headers.
-
For custom attribute filter combinations, use numbers to indicate filter levels.
Sample CSV Syntax
Download a Sample CSV for Group Import.
When importing new groups or updating existing group memberships and settings.
CSV Formatting Guidelines
-
Fill in all required fields.
-
Use semicolons (;) to list multiple values in one field.
-
Use pipes (|) to separate subcategories within a field.
-
For custom attribute filter combinations, use numbers to define hierarchy or filter levels.
This ensures the system processes group data accurately during import.
| CSV Field Header | Format | Description | Sample Syntax |
|---|---|---|---|
| name | Letters and numbers- Not case sensitive. |
|
All Employees |
| description | Letters and numbers |
|
All Employees group. |
| parent_group |
|
|
To add none: leave the cell empty. or To add one:All Employees |
| admin_privacy | Letters |
|
Public |
| address | Letters and numbers |
|
|
| address_type | Letters and numbers |
|
General |
| group_type |
|
|
open_discussion or announcement |
| rss_enabled | Letters |
|
No |
| master_group_ids | Numbers |
|
12035;12932;47590 |
| attributes | Letters and numbers |
|
Level|Attribute|Operator|Value |
| schedule |
|
To add one time:one_timeTo add daily:daily|immediate(immediate – indicate the next available slot)ordaily|13(13 – indicates 1 PM. You can use 1-24)To add weekly:weekly|0(0 – indicates Sunday. You can use 0-6)To add monthly:- monthly|7(7- indicates the 7th day of every month. You can use 1 to 30) | |
| processing_style | The membership processing style for importing group members.— add_only: The system adds new admins and contacts. It does not delete the existing members even if it is not present in the imported file.— Add_only|static: existing group contacts have no impact other than adding new information.— add_remove: The system adds new admins and contacts. It deletes the existing profiles if it is not present in the imported file. | add_only|staticoradd_remove | |
| action | Letters | - Mandatory fieldAccepted values (case insensitive):— add – Adds new groups and adds/updates any new information to the existing groups— delete – Deletes any existing groups. | addordelete |