Person Organization Import Type

As of July 12, 2021, this "Learn Veracross" site has been deprecated.  It will remain live through December 2022, but will no longer be updated. All knowledge content has moved to the new Veracross Community.  Please update your bookmarks.

Here is the new version of this article in the Veracross Community.

Overview

The Veracross Data Importer allows you to import people's relationships with organizations into Axiom, which are also known as Person Organization or Organization Membership records. This import type is considered both an importer and an updater — it allows you to both import new person organization records or update existing person organization records. For the importer to consider a row an "update" instead of a new record, the person_fk and organization_fk values for the row must exactly match these values in an existing organization membership record.

An example of an Organization Membership record. Access this record in one of two ways:
From a Person Record: click on the Organizations tab, then click the pop-out button next to the relevent organization
From an Organization Record: click on the Members tab, then click on the pop-out button next to the relevent person

The following values are found on the Organization Membership record between the person and the organization:

  • title
  • start_date
  • end_date
  • address_1
  • address_2
  • address_3
  • city
  • state
  • zip_code
  • country
  • phone

Importing person organization records involves:

  1. Preparing the data for upload using the "Person Organization" import type template found at import.veracross.com/your_school.
  2. Uploading the data using the Veracross Data Importer.

Preparing the Data for Upload

Prepare a comma-separated-value (CSV) file containing all data to import. This file must contain all columns in the order listed below.

Recommendation: Use the import template provided at import.veracross.com/your_school, rather than creating your own CSV file. This can eliminate many unintentional errors.

Fields in the Import Type Template

Column (Field) ValueNotes
person_fkRequired value. Numeric format. Supply the internal person ID from Veracross. Find it in the Person ID column of a standard Find People query on the Main homepage (and many other places).
organization_fkRequired value. Numeric format. Supply the internal organization ID from Veracross. Find it in the Organization ID field of a Find Organization query. (Note that, by default, the Organization ID field is suppressed from results.)
relationshipRequired value. Text format. The person organization relationship between the person and the organization. Find a list of available options in this Person Organization Relationship query.
primary_organizationText format. Determines whether or not this organization should be designated as the associated person's primary organization. Viable options for this column are Y (for yes) and N (for no).
titleText format. The person's title within the organization. This field has a 100 character limit.
start_dateDate format (YYYY-MM-DD). The start date for this person in this organization.
end_dateDate format (YYYY-MM-DD). The end date for this person in this organization.
address_1Text format. The Address 1 field on the relevent organization membership record.
address_2Text format. The Address 2 field on the relevent organization membership record.
address_3Text format. The Address 3 field on the relevent organization membership record.
cityText format. The City field on the relevent organization membership record.
stateText format. The State field on the relevent organization membership record.
zip_codeNumeric format. The Zip Code field on the relevent organization membership record.
countryText/numeric format. The Country field on the relevent organization membership record. This must be a country that already exists in Varacross — a list of available countries can be found in a Countries query on the System homepage. Accepted values are:
  • Country ID (numeric value — find as the Coutry ID field in a Countries query, though its visibility is suppressed by default)
  • Country (text value — find as the Country field in a Countries query)
phoneText format. The Phone field on the relevent organization membership record.

Q&A

QuestionAnswer
When updating existing data through the importer, what happens if I leave a column blank?If you are updating an existing organization membership record, leaving a column blank will clear a value that is already in place.
Example: the Title field is currently "Manager". If an import updates this organization membership record and the title field in the csv file is blank, the title field would be "updated" to a blank field.