Depending on how your data gets added to LaunchPad, it may be necessary to manually add schools and other organizations (such as regions). The fastest way to do this is with a bulk import. The very first orginazation that is imported will be treated as the highest level org in the hierarchy. If this is a district or school data set, that highest org should be a district institution. If it is a state data set, that highest org should be the state.
To import orgs:
In this example, note how the district 'SourceId' is used as the school 'parentSourceid.'
Use the comma separated values format (CSV) for all Org file uploads. CSV files should contain field values separated by commas, with line breaks between rows. Double quotes around fields are optional.
A header row is required. Headers must match the header names in the specification exactly. The order of the columns does not matter. All column headers are required, but not all fields are required. For required fields, if a value is not present then the row will not be processed. All fields are required.
Field | Field Definition and Notes | Valid Values |
---|---|---|
sourcedId | Unique identifier for the user. This could be generated from the Student Information System, or could be the same as the org identifier value. | Any consecutive character combination is supported. |
status | This could be generated from the Student Information System, or could be the same as the org identifier value. | active Tobedeleted |
name | Name of the organization. | All characters supported. |
type | Type of organization. | school, district, local, state |
identifier | Org ID that will be used for display purposes. For schools, this is often referred to as the “School ID”. | Any consecutive character combination is supported, though this is generally a numeric value. |
parentSourcedId | SourcedId of an Org representing the Parent organization. For a district-only implementation, schools will have a parentSourcedId value of their district’s org sourcedId. The district org will be a unique row in the csv file. | Must be the sourcedId of a valid org record. |