Creating Exports
Overview
You can download preconfigured exports or create exports to extract data from CSU Transfer Planner and share them with other users or import them into your CRM or Student Information System (SIS).
The Community College Standard CSV Export - TSP
Every Monday, the preconfigured Community College Standard CSV Export - TSP is updated with the latest information. The file only contains students who have listed your community college as their primary college in the CSU Transfer Planner Student Portal, with the following data points:
- First Name
- Last Name
- Email Address
- Date of Birth
- CCID
- Expected Transfer Date
- CSU University
- TSP Program
- TSP Enrollment Date
- Current TSP Status
- Primary Community College
- Expected CC Start
Downloading via Email
Every Monday, you'll receive an email with a link to the preconfigured Community College Standard CSV Export - TSP. To download this report via email:
- In your weekly email, click Open Export Log / File Download.
- You'll automatically be sent to CSU Transfer Planner to log in.
- Click the file name to download it. Be sure that your browser's pop-up blocker is disabled.
Downloading via CSU Transfer Planner Community College Portal
You can also download this file through CSU Transfer Planner Community College Portal. To do so:
- Using the Navigation Menu, click Contacts.
- Use the checkboxes to select the students you want to export.
- Click Export at the bottom.
- Select Community College Standard CSV Export - TSP.
- Click Download.
Creating a New Export
- Using the Navigation Menu, click Settings.
- Under the Import/Export section, click Exports.
- Click the plus sign to add a new export.
- Select your export type:
- JSON: short for JavaScript Object Notation, this is a lightweight, data-interchange format using human-readable text. It is commonly used for transmitting data in web applications.
- Tabular/Spreadsheet: this format offers files in .csv, .tsv, or .txt file types.
- PDF: short for Portable Document Format, this file format produces an image including text or graphics.
- Files: this option allows you to select attachments, portfolios, or other documents to extract from the software.
- Continue configuring the export using the instructions below, based on which export type you’ve selected.
Configuring JSON Exports
- Enter a name for the export file.
- If desired, select Customize File Name to create a file name with variable text. For example, you can include a date as a variable in the file name so that the date the export was generated is listed in the file name. See Variable Text Options below for more guidance.
- If desired, select Batching to group records in the same .zip file.
- If applicable, select Shared so that other CSU Transfer Planner users can run this export.
- Under the Output section, select if you want to export:
- Everything: all available fields in CSU Transfer Planner will be included in the file.
- Selected Fields: you can select the fields to include in this export by clicking or dragging and dropping them.
- Custom: you can enter JavaScript code to transform your desired data.
- Under the Schedule section, click the plus icon to add a schedule. You can set the frequency, add filters, and select the delivery method as needed.
- Click Create Export to save your template or click Exports to discard your template.
Configuring Tabular / Spreadsheet Exports
- Enter a name for the export file.
- Select your file type:
- Comma Delimited
- Tab Delimited
- Fixed Width
- Custom Delimited: you can enter your desired delimiter. For example, you can set a pipe (|) as a delimiter.
- If desired, select Customize File Name to create a file name with variable text. For example, you can include a date as a variable in the file name so that the date the export was generated is listed in the file name. See Variable Text Options below for more guidance.
- If desired, select Batching to group records in the same .zip file.
- If applicable, select Shared so that other CSU Transfer Planner users can run this export.
- Under the Columns section, click or drag and drop the fields you want to include in your export.
- Under the Schedule section, click the plus icon to add a schedule. You can set the frequency, add filters, and select the delivery method as needed.
- Click Create Export to save your template or click Exports to discard your template.
Configuring PDF Exports
- Enter a name for the export file.
- If desired, select Customize File Name to create a file name with variable text. For example, you can include a date as a variable in the file name so that the date the export was generated is listed in the file name. See Variable Text Options below for more guidance.
- Select Customize Contents to select which sections of the PDF to include.
- If applicable, select Shared so that other CSU Transfer Planner users can run this export.
- Under the Schedule section, click the plus icon to add a schedule. You can set the frequency, add filters, and select the delivery method as needed.
- Click Create Export to save your template or click Exports to discard your template.
Configuring File Exports
- Enter a name for the export file.
- If applicable, select Shared so that other CSU Transfer Planner users can run this export.
- Under File Sources to Include, drag and drop the file sources you want to include.
- Under Manifest File, click the plus icon to add a manifest file. A manifest file is a customizable catalog of all documents exported that can include all relevant applicant data associated with each document exported.
- Enter a name for the manifest file. This file will be stored in a document zip file or exported with individual documents, so be sure to give it a standard name, as external import processes typically need to identify this file.
- Select the file type.
- Enter the maximum number of applications for each manifest. Multiple files are generated if the export exceeds the limit.
- Click or drag and drop the fields you want to include. As a best practice, you should include identifying fields (e.g., name, email, file name, etc.), as they can help describe each file and link it to the corresponding student.
- Click Done Editing to save your template or click Cancel to discard your template.
- Under the Schedule section, click the plus icon to add a schedule. You can set the frequency, add filters, and select the delivery method as needed.
- Click Create Export to save your template or click Exports to discard your template.
Variable Text Options
You can include these variables in your export file name. For example, you can include a date as a variable in the file name so that the date the export was generated is listed in the file name.
Note that this is an advanced feature that requires knowledge of the database field names. Additionally, variables must be surrounded by double curly brackets.
- applicant.fullName
- applicant.familyName
- applicant.givenName
- program.name
- program.id
- minute
- hour
- date
- year
- month
- dayOfMonth
- totalRecordCount
- exportName
- fileRecordCount
- fileNumber
- fileCount
Managing Exports
To manage existing exports:
- Using the Navigation Menu, click Settings.
- Under the Import/Export section, click Exports.
Editing Exports
Click the export name to make edits.
Copying Exports
Click the checkbox next to the export name, then click Copy.
Deleting Exports
Click the checkbox next to the export name, then click Delete.
