External Resources

Introduction

The Import External Resources process enables schools to add (and under certain circumstances, update) external resources for students by uploading a CSV file.  An External Resource is a source of funding which is not awarded by the school, nor is the external resource a fund pre-configured in Regent Award. External resources are funds which are not disbursed via Regent Award and these transactions will not be picked up by the EST process. 

How do you Import External Resources?

Please see Importing External Resource

CSV File Creation Guidance

  • File must be saved in CSV format, and if encrypted, the file must be named .enc.
  • The name of the file does not matter.
  • All of the values provided in the file MUST be enclosed by quotation marks.
    • Empty/Blank fields should also be provided as double quotation marks (i.e. “”).
    • The quotation marks will be stripped as part of the import process and are used to ensure the integrity of each data field. Please ensure that you are viewing your files using a text editor such as Notepad or Notepad++, as Microsoft Excel will remove these required quotation marks when the file is opened.
  • The header row (specification of field names) is optional in the first line of the file. The field names can be left out, as long as the file contains valid records for import. The naming of these header fields does not matter as long as the ordering is preserved. 
  • Parsing of the data in the file will be done record by record until the end of the file or an invalid record is found.  For example, if the file contains 100 rows and all are quoted/valid except line 6, which is missing quotes, then the parsing will stop at line 5 and a warning message will be logged to the process log:
The entire file was not parsed because of one of the following issues: The data file contains unexpected data or the XML parsing schema does not account for all the flat file sections in the data file. Possibly this behavior was intended based on the configuration settings. Parsing was stopped at line number: #
  • Data in the CSV file must be provided in the same column order as listed below

Example External Resource CSV File

External Resources Example File.csv

CSV File Layout Requirements


Field #(reference)Column NameDescriptionRequired/ Optional*TypeMin LengthMax LengthValuesBusiness Rules
1 (A)SSNSocial Security NumberOptionalNumber99Numbers only
2 (B)External Student ID 1Student's External ID 1, if applicable.RequiredText160Alpha - Numeric
3 (C)External Student ID 2Student's External ID 2, if applicable.OptionalText160Alpha - Numeric
4 (D)External Student ID 3Student's External ID 3, if applicable.OptionalText160Alpha - Numeric
5 (E)External Student ID 4Student's External ID 4, if applicable.OptionalText160Alpha - Numeric
6 (F)First NameStudent first nameOptionalText135Alpha - Numeric



7 (G)Last NameStudent Last Name OptionalText135Alpha - Numeric
8 (H)Birth DateDate of BirthOptionalDate

CCYYMMDD
9 (I)Resource DateStart Date for the ResourceRequiredDate

CCYYMMDDWill use this date to determine the AY or PP to which the resource applies.
10 (J)Resource NameThe Resource NameRequiredText1255Alpha - Numeric
11 (K)Resource Amount / Resource PercentageThe Resource AmountRequiredNumeric

-99999.99 to 99999.99
12 (L)Is Percentage?
RequiredBoolean

  • True
  • False

Default to False

For non-term, if a percentage resource is chosen, the percentage is used as a percentage of the entire BBAYs COA category.

13 (M)Percentage of all COA categories
Required if Is Percentage is TrueBoolean

  • True
  • False

Default to False

 Apply the percentage value provided in "Is Percentage?" to all categories.

If "Percentage of all COA categories" is "True", ignore values entered in the individual COA categories.

14 (N)Percentage of Tuition and Fees
Required if Is Percentage is TrueBoolean

  • True
  • False

Default to False

Apply the percentage value provided in "Is Percentage?" to the total of the COA categories marked "true."










15 (O)Percentage of Books and Supplies
Required if Is Percentage is TrueBoolean

  • True
  • False
16 (P)Percentage of Transportation
Required if Is Percentage is TrueBoolean

  • True
  • False
17 (Q)Percentage of Personal/Misc.
Required if Is Percentage is TrueBoolean

  • True
  • False
18 (R)Percentage of Room and Board
Required if Is Percentage is TrueBoolean

  • True
  • False
19 (S)Percentage of Dependent Care
Required if Is Percentage is TrueBoolean

  • True
  • False
20 (T)Percentage of Study Abroad Expenses
Required if Is Percentage is TrueBoolean

  • True
  • False
21 (U)Percentage of Disability Expenses
Required if Is Percentage is TrueBoolean

  • True
  • False
22 (V)Percentage of Employment Expenses for Co-Op Study
Required if Is Percentage is TrueBoolean

  • True
  • False
23 (W)Percentage of Loan Fees
Required if Is Percentage is TrueBoolean

  • True
  • False
24 (X)Single Term Resource
RequiredBoolean

  • True
  • False

Default to False

Applicable to term only; this value would be ignored for non-term.

25 (Y)Fund TypeThe type of Resource (using the Fund Type look-up table, because the values are the same)RequiredText

  • Grant
  • Loan
  • Scholarship
  • Waiver
  • Work
  • Exempt
  • Other
If Exempt, resource is not counted toward either unmet need or unmet cost calculation.
26 (Z)Fund Source TypeThe source of the Resource (using the Fund Source look-up table, because the values are the same)RequiredText

  • Federal
  • State
  • Institutional
  • Foundation
  • Private
  • Other

27 (AA)Replaces EFCIf true, the resource can be used to replace the amount of the student's EFC, up to the total amount of EFC (i.e., if resources that replace EFC are greater than EFC, EFC is treated as a 0 dollar amount, although actual EFC reflected in the UI will still display as the actual EFC).RequiredBoolean

  • True
  • False
No Default (Value Must Be Provided)

*Empty/Blank fields should also be provided as double quotation marks (i.e. “”).


External Resources and Student Experience

Based on certain configuration settings, students are also able to add individual resources within Student Experience.  See Student Experience: Adding External Resources for more information.



Return to Top