GTID Batch File Version 6.0.x Specifications

Size: px
Start display at page:

Download "GTID Batch File Version 6.0.x Specifications"

Transcription

1 GTID Batch File Version 6.0.x Specifications

2 Table of Contents HEADER RECORD LAYOUT 4 TRAILER RECORD LAYOUT 4 DETAIL RECORD LAYOUT 5 GADOE GUIDELINES FOR EXTRACTING STUDENT NAMES 6 VALID CODES FOR SELECTED FIELDS 8 Document Revision Updates REVISION DATE DATA ELEMENTS AFFECTED COMMENTS 8/15/05 Initial documentation GTID Training Manual, Appendix A: GTID Batch File 4/17/09 Ethnicity Dropped from the upload. File must have a null value. 4/17/09 First, Middle, and Last New GaDOE business rules for name extraction, included in this Names 7/20/12 First, Middle, and Last Names, and SSN document. Clarifications of descriptions If you experience errors with the GTID application please contact the GDOE Helpdesk at the numbers below. Helpdesk phone numbers: Outside Atlanta: Helpdesk dticket@doe.k12.ga.us August 20, 2010 Page 2 of 9

3 Student Batch File Layout Version 1.0 This document shall set forth the layout of the Student Batch File that will be used for feeding student records into the GTID application for ID assignment and/or student information updates. The Student Batch File should contain three different types of records. The three types of records are: (1) Header record (2) Detail Record (3) Trailer Record. The Header and Trailer record should be delimited by a single tab character. The Detail records can be either tab or comma delimited and the Header record should identify which type is being used (in the delimiter field). All records, including the Header and Trailer, should be followed by the source operating system s end of line character or character sequence. In the GTID application, errors in the Student Batch File will be handled in two different ways. One way is to flag the particular record and allow the user to repair it in the Fix Errors stage. The other way is to reject the entire Student Batch File and require that the user resubmit it. Rejection of a Student Batch File will occur if: 1. One or more record types are missing. 2. One or more fields have been omitted from a record. 3. The Number of Records field in the trailer record is incorrect. 4. The Transmission ID fields in the header and trailer records do not match. 5. The maximum allowable number of detail record errors (40,000) has been exceeded. 6. The maximum allowable number of records in the entire file (40,002) has been exceeded. August 20, 2010 Page 3 of 9

4 Header Record Layout The header record should always be the first record in the file and should contain the following fields: Field Name Required Data Type Notes/Format Details Record Type Yes VarChar2 (2) Always TH. Extract Date Yes VarChar2 (10) Must have a mm/dd/yyyy format. Can be any date. Extract Time Yes VarChar2 (8) Must have a hh:mm:ss format. Can be any time. Transmission ID Yes VarChar2 (10) An arbitrary number. Version Yes VarChar2 (10) Always 1.0 Delimiter Yes VarChar2 (25) Should be the character literal or the hex representation of the delimiter that is used in the detail records (either tab or comma). For a comma delimiter, the character literal would be delimiter=, and the hex representation would be delimiter=0x2c. For a tab delimiter, it is recommended that the hex representation be used. In that case, it would be delimiter=0x09. Trailer Record Layout The trailer record should always be the last record in the file and should contain the following fields: Field Name Required Data Type Notes/Format Details Record Type Yes VarChar2 (2) Always TT. Transmission ID Yes VarChar2 (10) An arbitrary number. Must match the Transmission ID in the header record. Number of Records Yes VarChar2 (10) Number of records in the file, including the TH and TT records. The value should be left aligned and not have any trailing spaces. August 20, 2010 Page 4 of 9

5 Detail Record Layout Field Name Required GTID application Used for matching Notes/Format Details - Data type student records? Record Type Yes VarChar2 (2) Not Applicable Always ID. Current School Code Yes VarChar2 (6) School Code where the student is currently enrolled. School must be located in the district that the submitting user has set as his/her current location. If not, the System will consider that record invalid upon submission and the user will have to repair the record in the Fix Errors stage. Resident District Code Yes VarChar2 (8) Any valid DOE assigned district code. Not required to be the same as the district the student is currently enrolled. Legal Last Name Yes VarChar2 (60) Yes Some data cleansing on this field is needed. See note below. NOTE: GA state law and state BOE Rule both require the full legal last name. Legal First Name Yes VarChar2 (60) Yes NOTE: GA state law and state BOE Rule both require the full legal first name. Legal Middle Name No VarChar2 (60) Yes NOTE: GA state law and state BOE Rule both require the full legal middle name. Legal Name Suffix No VarChar2 (10) Yes Gender Yes VarChar2 (6) Yes Pre-defined Gender Code. See details below.. Date of Birth Yes VarChar2 (10) Yes Must have a mm/dd/yyyy format. Current Grade Level Yes VarChar2 (2) Pre-defined Grade Level Code. See details below. Local Student ID Yes VarChar2 (20) Yes ID used in the local Student Information System to uniquely identify the student. The primary purpose of this field is to provide a mechanism to import student data from the GTID System back into the local Student Information System. In addition, this field is used in a limited capacity to match student records within the GTID System. See note below. Social Security Number No VarChar2 (11) Yes Should be plain text format without any "-"s or "/"s. Must be real SSNs or the alternate 999 # assigned to that student upon initial entry into a Georgia public school or the 999 # used to replace an original 800 #. Once assigned a pseudo-ssn, that number remains with the student until he/she graduates. Do not assign a new 999 # to a transfer student that has a 999 #. filler No VarChar2 (4) No Should be blank. GTID (State ID) No VarChar2 (25) Can be null if the student has not yet been assigned a GTID. Once a student has been given a GTID, all subsequent submissions for that student should include this value. August 20, 2010 Page 5 of 9

6 Current District Code Yes VarChar2 (8) Yes District Code where the student is currently enrolled. District must be the same as the district that the submitting user has set as her/her current location. If not, the System will consider that record invalid upon submission and the user will have to repair the record in the Fix Errors stage. Current School Year Yes VarChar2 (10) School Ending Year 2013 for Must be in yyyy format. GaDOE Guidelines for Extracting Student Names When extracting names for any data collection, use the following business rules: Legal Last Name There should be some data cleansing on the Legal Last Name field, as well as parsing out of any standard suffixes. Parsed out suffixes should be placed in the Legal Name Suffix field if that field exists in the data collection. The following business rules should be applied: Check for the standard suffixes like Jr, Sr, I, II, III, IV, V and VI. These may be in upper case, lower case or mixed case. They must be preceded by a delimiter. The delimiter can be any special character or a space. The suffix may or may not be the last few characters in the field. Remove parentheses including the text between the parentheses. Remove all special characters other than hyphen and single quote. Special characters to remove include commas, asterisks, double quote, underscore, and exclamation points. Do not remove a single quote used in a name or at the end of the name as an accent. Do not remove a hyphen or space. Do not remove whatever follows a hypen or space unless one of the above rules also applies. Do not remove a period used in a name. Using the above rules: 1. If the last name field contained Smith, III (Trey), then the extract program would parse this into Legal Last Name of Smith and Legal Name Suffix of III. The text (Trey) is not parsed to any field. For the GTID application, the Suffix August 20, 2010 Page 6 of 9

7 should be placed in the suffix field in the file layout. In other GaDOE data collections, such as FTE, SR, and Pre- ID, which have no suffix field in the layout, please remove the suffix from the last name and do not send the suffix in the file extract, drop it from the extract. This will allow the last names to match when GaDOE does error checking comparing GTID and FTE/SR/Pre-ID. 2. If the name field contained Jones *twin, then the extract program would parse this into Legal Last Name of Jones and drop the *twin. 3. Do not remove a single quote used in a name or at the end of the name as an accent, such as La Mont or O Brien. 4. Do not remove a hyphen - used in a name such as Sanchez-Garcia or Smith Jones. Do not remove a space or whatever follows a space, such as Sanchez Garcia. Do remove other special characters that follow. For example, if the Last Name is Smith Jones *double last name, remove *double last name and extract Smith Jones. 5. Do not remove a period, such as Jill St. John. Legal First and Middle Name Remove parentheses including the text between the parentheses. Remove all special characters other than hyphen and single quote. Special characters include commas, asterisks, and exclamation points. Do not remove a single quote used in a name or at the end of the name as an accent. Do not remove a hyphen or space. Do not remove whatever follows a hyphen or space unless one of the above rules also applies. Do not remove a period used in a name. Using the above rules: 1. If the first name field contained Elizabeth (Beth), then the extract program would parse this into Legal First Name of Elizabeth and drop the parentheses and contents of the parentheses. 2. If the first name field contained Jacob *custody issue, then the extract program would parse this into Legal First Name of Jacob and drop the * custody issue. 3. Do not remove a single quote used in a name or at the end of the name as an accent, such as La Shauna or Andre. August 20, 2010 Page 7 of 9

8 4. Do not remove a hyphen - used in a name such as Rose-Marie. Do not remove a space or whatever follows a space, such as Mary Kate. Do remove other special characters that follow. For example, if the first name is Mary Jane *MJ, remove *MJ and extract Mary Jane. 5. Do not remove a period, such as Jill St. John Bell. The most important name processing guideline is the business rules used to process names in one data extract should apply to all data extracts. Valid Codes for Selected Fields Gender Codes M F Grade Level Codes PK UK U1 Description Male Female Description KK 01 Grade 1 02 Grade 2 03 Grade 3 04 Grade 4 05 Grade 5 06 Grade 6 07 Grade 7 08 Grade 8 09 Grade 9 Pre-kindergarten. All students being served by the public schools, birth through four years of age, served prior to the kindergarten program. Underage Kindergarten. All students being served in kindergarten who have not attained the age of five on or before September 1. Underage Grade 1 All students starting first grade for the first time who have not attained the age of six on or before September 1. Kindergarten August 20, 2010 Page 8 of 9

9 10 Grade Grade Grade 12 August 20, 2010 Page 9 of 9

GTID Administrator. August, Dr. John D. Barge State School Superintendent

GTID Administrator. August, Dr. John D. Barge State School Superintendent GTID Training for New Users Kathy Aspy GTID Administrator August, 2012 Dr. John D. Barge State School Superintendent 1 Documentation location Brief history How the GTID application works Near Match Resolutions

More information

SSID User Guide and Policy

SSID User Guide and Policy OSPI SSID User Guide and Policy Using the Comprehensive Education Data and Research System to obtain State Student Identifiers Customer Support September 2017 Table of Contents Introduction... 3 Using

More information

The GKIDS Roster Upload Process Frequently Asked Questions (FAQ)

The GKIDS Roster Upload Process Frequently Asked Questions (FAQ) The GKIDS Roster Upload Process Frequently Asked Questions (FAQ) Is the new Roster Upload process required of districts, or can students be manually entered in the GKIDS database as in the past? The roster

More information

GUIDE 101 Back to the Basics. GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017

GUIDE 101 Back to the Basics. GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017 GUIDE 101 Back to the Basics GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017 GUIDE Agenda and Target Audience GUIDE A deeper look at Searching GUIDE for a GTID

More information

GUIDE Beyond the Basics. GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017

GUIDE Beyond the Basics. GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017 GUIDE Beyond the Basics GA Unique Identifier for Education Patricha F. Miller GUIDE Administrator September 13, 2017 GUIDE Agenda And Target Audience GUIDE Discrepancy Resolution Near Match Resolution

More information

STAFF MULTIDISTRICT EMPLOYEE - REJECT RULES

STAFF MULTIDISTRICT EMPLOYEE - REJECT RULES 1. District Number must be numeric in the range 01-70 or 72-76 and must be correct for the district submitting the data. -record rejected- The first two records listed below would be loaded to the data

More information

Roster Import Guide. Document version 3.1

Roster Import Guide. Document version 3.1 Roster Import Guide Document version 3.1 Document version number Date of revision Version 2.0 August 15, 2007 Version 2.1 August 28, 2007 Version 2.2 October 9, 2007 Version 2.3 December 16, 2007 Version

More information

GTID Training for New Users

GTID Training for New Users GTID Training for New Users Kathy Aspy GTID Administrator July 21, 2011 7/21/2011 3 Agenda Printing this presentation Brief history Documentation location How the GTID application works Near Match Resolutions

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Last Updated: 8/7/2017 Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in South Carolina Data Entry and Update Methods The system will support

More information

StudentTracker for Colleges & Universities. User Manual. May 2, 2017

StudentTracker for Colleges & Universities. User Manual. May 2, 2017 StudentTracker for Colleges & Universities User Manual NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 www.studentclearinghouse.org No part of this document may be

More information

eschoolplus Alief Independent School Distirct ONLINE STUDENT ENROLLMENT

eschoolplus Alief Independent School Distirct ONLINE STUDENT ENROLLMENT ONLINE STUDENT ENROLLMENT How to Register with Enrollment Online 1. Go to https://aliefhac1.aliefisd.net/eo_parent/user/login.aspx 2. Click on Register New Account. 3. Complete the registration screen

More information

Bulk Registration File Specifications

Bulk Registration File Specifications Bulk Registration File Specifications 2017-18 SCHOOL YEAR Summary of Changes Added new errors for Student ID and SSN Preparing Files for Upload (Option 1) Follow these tips and the field-level specifications

More information

TSDS UNIQUE ID SYSTEM. Overview

TSDS UNIQUE ID SYSTEM. Overview TSDS UNIQUE ID SYSTEM Overview ID Assignment Process Data Submission File Validation Pass Data Validation Fail Fail Pass Resolve Near Matches Near Matches Assign ID No Near Matches Download IDs TSDS UNIQUE

More information

StudentTracker File Formatting & Submission Guide

StudentTracker File Formatting & Submission Guide StudentTracker File Formatting & Submission Guide NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 This guide will help you use Excel to format your StudentTracker

More information

INSERVICE EDUCATION - REJECT RULES

INSERVICE EDUCATION - REJECT RULES 1. District Number must be numeric in the range 01-70 or 72-76 and must be correct for the district submitting the data. -record rejected- The first two records listed below would be loaded to the data

More information

Statewide Student Identifiers (SSIDs or SIDs)

Statewide Student Identifiers (SSIDs or SIDs) Statewide Student Identifiers (SSIDs or SIDs) Overview SSIDs, which are unique to the state of Ohio, are used for funding and tracking longitudinal student data. The SSID system provides a way for ODE

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Entry Inventory (KEI) Guidelines for District Data Managers in TENNESSEE (2016) Last Updated: 9/14/2016 Data Entry and Update Methods The system will support

More information

Tips for Completing ISBE SIS Student Demographics Excel Template

Tips for Completing ISBE SIS Student Demographics Excel Template Always work in the Excel Template/file when making any changes to student information. Do not make any changes to information in the CSV format as the formatting will be lost and errors may result when

More information

Employment Information System (EIS) File Format Layouts Last update September 25, 2017

Employment Information System (EIS) File Format Layouts Last update September 25, 2017 Employment Information System (EIS) File Format Layouts Last update Illinois State Board of Education 100 North First Street Springfield, IL 62777-0001 TABLE OF CONTENTS Change History... 3 Employment

More information

STAFF EXPERIENCE - REJECT RULES

STAFF EXPERIENCE - REJECT RULES 1. District Number must be numeric in the range 01-69 or 71-75 and must be correct for the district submitting the data. -record rejected- The first two records listed below would be loaded to the data

More information

Contains the list of business rule validations, grouped by characteristic, that apply to this component (Excel Sheet 4)

Contains the list of business rule validations, grouped by characteristic, that apply to this component (Excel Sheet 4) Component Description The Personal Core Component contains data essential to the identifcation of a student. These are data that rarely, if ever, change and are considered the student's "core" data. Only

More information

Student Information Data Exchange

Student Information Data Exchange Student Information Data Exchange PrimeroEdge Implementation The purpose of this document is to define and facilitate the exchange of data between PrimeroEdge and the Student Information System (SIS).

More information

Texas Education Agency

Texas Education Agency Texas Education Agency TSDS UNIQUE ID TSDS Unique ID User Guide April 02, 2018 TSDS Unique ID User Guide Table of Contents About This Guide... 5 Definitions, Acronyms, and Abbreviations... 5 About the

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in MICHIGAN Last Updated: 9/14/2017 Data Entry and Update Methods The system will support three

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in MARYLAND (2016) Data Entry and Update Methods The system will support three methods of data

More information

Logging In The Process Getting Help

Logging In The Process Getting Help August 2016 1 2 LOCAL versus STATE Software Logging In The Process Getting Help 3 All data is entered into your local software Support for your local software is through your vendor (exception: GaDOE support

More information

Acquiring Staff IDs for Non-Payroll Staff

Acquiring Staff IDs for Non-Payroll Staff This applies to institutions that have personnel who are not on the institutions payroll, but require a Staff UID. The Staff UID process cannot be ran for non-payroll employees. A manual process must be

More information

STAFF ADDITIONAL COMPENSATION - REJECT RULES

STAFF ADDITIONAL COMPENSATION - REJECT RULES 1. District Number must be numeric in the range 01-68 or 71-75 and must be correct for the district submitting the data. -record rejected- The first two records listed below would be loaded to the database

More information

JORDAN TAX SERVICE, INC. Municipal Business Individual 102 Rahway Road McMurray, PA (724)

JORDAN TAX SERVICE, INC. Municipal Business Individual 102 Rahway Road McMurray, PA (724) JORDAN TAX SERVICE, INC. Municipal Business Individual 102 Rahway Road McMurray, PA 15317 (724)731-2300 ACT-32 Multi-EIN CSV Electronic Filing Format Specifications Introduction This electronic filing

More information

Steps for Creating and Uploading Demographics Data

Steps for Creating and Uploading Demographics Data 1) Download the Student Demographics - Enrollment Excel Template, Tips Sheet, and Steps for Creating and Uploading a Student Demographics data a. Located on the SIS Website https://www.isbe.net/pages/student-information-system.aspx

More information

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE 1/25/2016 Section I: Special Functions [Topic 8B: Payroll Deduction Data Export and Import File Processing, V1.2] Revision History Date Version Description Author

More information

MySciLEARN Student Update Administrator Guide. For system administrators managing the Fast ForWord and Reading Assistant programs

MySciLEARN Student Update Administrator Guide. For system administrators managing the Fast ForWord and Reading Assistant programs MySciLEARN Student Update Administrator Guide For system administrators managing the Fast ForWord and Reading Assistant programs September 2017 Copyright 1996 through 2017 Scientific Learning Corporation.

More information

Section 504 Notice of Conference Form. Illinois

Section 504 Notice of Conference Form. Illinois Section 504 Notice of Conference Form Illinois 1990-2014 SunGard Public Sector Inc. All rights reserved. No part of this publication may be reproduced without the prior written permission of SunGard Public

More information

AD HOC Query Report. Carl Garber. Georgia Department of Education

AD HOC Query Report. Carl Garber. Georgia Department of Education AD HOC Query Report Carl Garber Georgia Department of Education Agenda What is the Ad Hoc Query Report Using the Ad Hoc Query Report Examples Questions Ad Hoc Query Report The AD HOC Query Report is a

More information

UPDATE FORMS FOR ANNUAL REGISTRATION

UPDATE FORMS FOR ANNUAL REGISTRATION UPDATE FORMS FOR ANNUAL REGISTRATION Campuses typically require enrolled students to re-register each year for the upcoming school year and to complete forms that are required annually. Online registration

More information

INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS

INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS 1 INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS REPORT FORMATS...2 MDS INITIAL FEEDBACK REPORT...2 MDS FINAL VALIDATION REPORT FORMAT...3 RECORD TYPE DEFINITIONS...4 REPORT FIELD DESCRIPTIONS

More information

ConnectNow My Own Church User Guide

ConnectNow My Own Church User Guide 2 ConnectNow My Own Church User Guide for Church Members Pub 113, July 2009 version 1.0 and later 825 Victors Way Suite 200 Ann Arbor, MI 48108-2830 Web: www.parishsoft.com Email: info@parishsoft.com support@parishsoft.com

More information

Creating and Submitting GEAR UP CCREC Individual Service Record Files

Creating and Submitting GEAR UP CCREC Individual Service Record Files Creating and Submitting GEAR UP CCREC Individual Service Record Files Version 1.01 NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 Copyright 2013 National Student

More information

Student Adv Imports Update Guide

Student Adv Imports Update Guide Overview Admins can do a mass update of student accounts using the import tool. You will need administrative access to www.discoveryeducation.com. Discovery Education Assessment users have the option to

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Montclair Public Schools. STUDENT REGISTRATION PORTAL INSTRUCTIONS

Montclair Public Schools. STUDENT REGISTRATION PORTAL INSTRUCTIONS Montclair Public Schools STUDENT REGISTRATION PORTAL INSTRUCTIONS This registration portal is used to collect basic information about your child before you come to Central Office for grades K 8, or Montclair

More information

West Virginia Consolidated Public Retirement Board (WVCPRB) COMPASS Project 4b.04 Employer Self Service Download CPRB ID File Format Document

West Virginia Consolidated Public Retirement Board (WVCPRB) COMPASS Project 4b.04 Employer Self Service Download CPRB ID File Format Document West Virginia Consolidated Public Retirement Board (WVCPRB) COMPASS Project 4b.04 Employer Self Service Download CPRB ID File Format Document Table of Contents Introduction / Overview... 3 Purpose & Scope...

More information

Pulaski County Special School District: New Student Online Registration Manual for Parents

Pulaski County Special School District: New Student Online Registration Manual for Parents Pulaski County Special School District: New Student Online Registration Manual for Parents Welcome to the Pulaski County Special School District online registration for new students. This system should

More information

DATA MIGRATION PLAN Cybersoft Document

DATA MIGRATION PLAN Cybersoft Document DATA MIGRATION PLAN Cybersoft Document Table of Contents INTRODUCTION 3 OVERVIEW 3 GOALS 3 DATA MIGRATION PROCESS 4 THE IMPORT PROCESS 4 THE EXPORT PROCESS 5 IMPORT FILE REQUIREMENTS 6 FILE DETAILS 6 REQUIREMENTS

More information

Fi e Up o d User Guide

Fi e Up o d User Guide Fi e Up o d User Guide FR Y-8 The Bank Holding Company Report of Insured Depository Institutions' Section 23A Transactions with Affiliates Federal Reserve System STATISTICS FUNCTION December 15, 2017 Overview

More information

Spreadsheet File Transfer User Guide. FR 2835 Quarterly Report of Interest Rates on Selected Direct Consumer Installment Loans

Spreadsheet File Transfer User Guide. FR 2835 Quarterly Report of Interest Rates on Selected Direct Consumer Installment Loans Spreadsheet File Transfer User Guide FR 2835 Quarterly Report of Interest Rates on Selected Direct Consumer Installment Loans STATISTICS FUNCTION Effective August 8, 2015 Overview The Federal Reserve System

More information

Importing Students. Harcourt ThinkCentral Page 1 of 6

Importing Students. Harcourt ThinkCentral Page 1 of 6 Importing Students When a large number of student accounts are being created or updated for the ThinkCentral, you may want to use the Import Users feature. This will eliminate having to create or update

More information

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 5 ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 12/2018 v1.07 Outcome and Assessment Information Set (OASIS) MESSAGES 5-1 Submission

More information

Maine Revenue Services

Maine Revenue Services Maine Revenue Services Electronic File Specifications for Form W-2 Tax Year 2017 (Wages paid from 1-1-2017 to 12-31-2017) REVISED November 1, 2017 Contents Contents Introduction... 3 New for 2017... 3

More information

Pulaski County Special School District: New Student Online Registration Manual for Parents

Pulaski County Special School District: New Student Online Registration Manual for Parents Pulaski County Special School District: New Student Online Registration Manual for Parents Welcome to the Pulaski County Special School District online registration for new students. This system should

More information

GO-IEP Extract for Student Records

GO-IEP Extract for Student Records GO-IEP Extract for Student Records 1. We STRONGLY encourage all systems to use this extract for Sp Ed Event Codes. This includes systems who are using GO-IEP for the first time this year. 2. Data collections

More information

Processing your Data in Enroll

Processing your Data in Enroll Processing your Data in Enroll Getting Started with Enroll: The Enroll Home Page The Enroll home page allows you to continue working on data that has been started but not completed, or start a new data

More information

Lexia s Guidelines for Manually Importing Students & Staff

Lexia s Guidelines for Manually Importing Students & Staff Lexia s Guidelines for Manually Importing Students & Staff Contact: Lexia Customer Support support@lexialearning.com US: (800)-7-2772 Outside US: 978-405-6231 You can create new Lexia accounts and modify

More information

Electronic Enrollment User Guide MAKING ELECTRONIC ENROLLMENT EFFICIENT AND EASY ERC

Electronic Enrollment User Guide MAKING ELECTRONIC ENROLLMENT EFFICIENT AND EASY ERC Electronic Enrollment User Guide MAKING ELECTRONIC ENROLLMENT EFFICIENT AND EASY ERC-0198-0817 Contents Purpose 3 Key Terms 3 Enrollment File Formats 4 Enrollment File Types 4 Enrollment File Record Requirements

More information

ImmTrac Texas Immunization Registry Electronic Transfer Standards for Providers

ImmTrac Texas Immunization Registry Electronic Transfer Standards for Providers ImmTrac Texas Immunization Registry Electronic Transfer Standards for Providers Implementation Date: June 2002 Revision Date: February 2013 Texas Department of State Health Services ImmTrac - Immunization

More information

North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707

North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707 North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707 Updated: Version 1.3 This document defines the State Laboratory of Public

More information

Creating a StudentTracker File for the NCAN Member Benchmarking Project Using Excel

Creating a StudentTracker File for the NCAN Member Benchmarking Project Using Excel Creating a StudentTracker File for the NCAN Member Benchmarking Project Using Excel December 1, 2014 NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 Creating StudentTracker

More information

How to Use the LaunchBoard Additional Tracking Tool

How to Use the LaunchBoard Additional Tracking Tool How to Use the LaunchBoard Additional Tracking Tool The Additional Tracking Tool can be used to record students' participation in career and technical education activities that fall outside of credit or

More information

ApplyTexas Handbook

ApplyTexas Handbook NORTH EAST INDEPENDENT SCHOOL DISTRICT 8961 Tesoro Drive San Antonio, TX 78217 ApplyTexas Handbook 2016 2017 CTE ApplyTexas deadline: September 7, 2016 In accordance with Title VI-Civil Rights Act of 1964,

More information

Student Online Registration Version 2.0. Getting Started

Student Online Registration Version 2.0. Getting Started 1 Getting Started Before you begin the Student Online Registration you must have an e-mail address and immediate access to read email messages from it. To use the Student Online Registration, you must

More information

Ad Hoc Reporting: Filter Designer

Ad Hoc Reporting: Filter Designer Ad Hoc Reporting: Filter Designer Contents Ad Hoc Reporting > Filter Designer... 2 Query Wizard Filters... 2 Step 1: Filter & Data Type... 2 Step 2: Field Selection... 3 Step 3: Filter Parameters... 4

More information

GMRT Data Import. 3. When you have finished adding data to the template, click File, and then click Save As

GMRT Data Import. 3. When you have finished adding data to the template, click File, and then click Save As GMRT Data Import The three (3) GMRT Import file templates are located on the Welcome page as well as under the Locations, Staff and Student tabs respectively. Creating Location, Staff, and/or Student Files

More information

EDUCATION PORTAL INFORMATION CENTER (EPIC) FAO USER MANUAL. Version 1.2

EDUCATION PORTAL INFORMATION CENTER (EPIC) FAO USER MANUAL. Version 1.2 EDUCATION PORTAL INFORMATION CENTER (EPIC) FAO USER MANUAL Version 1.2 Table of Contents INTRODUCTION... - 3 - GENERAL SCREEN DESIGN AND NAVIGATION... - 3 - LOGIN... - 3 - FORGOT USERNAME OR PASSWORD...

More information

Student Std Imports Create Guide

Student Std Imports Create Guide Overview Instead of registering students manually, you have the option of importing a spreadsheet to create student usernames. You will need administrative access to www.discoveryeducation.com. Click on

More information

How to Use the LaunchBoard Contract Education Tool

How to Use the LaunchBoard Contract Education Tool How to Use the LaunchBoard Contract Education Tool The Contract Education Tool can be used to record students' participation in contract education. Information is gathered by creating discrete training

More information

Texas Department of Family and Protective Services

Texas Department of Family and Protective Services Texas Department of Family and Protective Services Automated Background Check System User Guide Fiscal Year 2009 (Revised on 10/1/08) Table of Contents Overview...3 Automated Background Check System...4

More information

FAQs on Correcting SSCR Errors

FAQs on Correcting SSCR Errors FAQs on Correcting SSCR Errors Why can I only correct some of the Error Codes displayed? In this first release of the Clearinghouse s SSCR Error Correction functionality, error corrections are limited

More information

Using the Voyager Library Interface Process Georgia Enhanced Banner Student and Financial Aid Systems User Documentation

Using the Voyager Library Interface Process Georgia Enhanced Banner Student and Financial Aid Systems User Documentation Using the Georgia Enhanced Banner Student and Financial Aid Systems User Documentation Version 8.13 May 2012 This page left blank to facilitate front/back printing. Table of Contents (ZORVLIB)... 1 Parameters:...

More information

1. After you have uploaded a file in the CE Import option, you will receive a notice asking if you want to open or save the results file.

1. After you have uploaded a file in the CE Import option, you will receive a notice asking if you want to open or save the results file. Correcting Invalid Data 1. After you have uploaded a file in the CE Import option, you will receive a notice asking if you want to open or save the results file. 2. Select Open so that you can save the

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information

Touchline Software

Touchline Software Tutorial: Importing Student Data Completing this tutorial will require the limited periodic assistance of the administrator for your student management database system (i.e. Aries, SASI, etc.). General

More information

Tips for Completing Early Childhood Outcomes Template

Tips for Completing Early Childhood Outcomes Template Always work in the Excel template (.xls file) when making changes to student data. Do not make changes to data in the CSV file or the formatting may be lost and errors may result when submitted. Row 1

More information

Bulk Upload Instructions: User Data Rules and Guidelines. As of v1.1.7

Bulk Upload Instructions: User Data Rules and Guidelines. As of v1.1.7 Bulk Upload Instructions: User Data Rules and Guidelines As of v1.1.7 Introduction The following instructions and guidelines have been designed to show you how to properly format teacher and student data

More information

UPDATE STUDENT YEARLY REGISTRATION & CURRENT YEAR DATA

UPDATE STUDENT YEARLY REGISTRATION & CURRENT YEAR DATA The txsuite How To Guide Series txconnect Parent Web-based Access for Teachers, Parents, and Students How to: UPDATE STUDENT YEARLY REGISTRATION & CURRENT YEAR DATA Developed by the T E XA S CO M P U T

More information

Students User Guide. PowerSchool Student Information System

Students User Guide. PowerSchool Student Information System PowerSchool Student Information System Released September 2016 Document Owner: Documentation Services This edition applies to Release 10.0.3 of the PowerSchool software and to all subsequent releases and

More information

Infinite Campus Online Registration Existing Students

Infinite Campus Online Registration Existing Students INFINITE CAMPUS SYSTEMS SUPPORT TEAM USER SUPPORT SERVICES: User Guide Infinite Campus Online Registration Existing Students March 2017 TABLE OF CONTENTS ONLINE REGISTRATION Welcome to GIPS online registration.

More information

LexisNexis MVR Fixed Length Input File Mapping Insurance Solutions Portal February 2014

LexisNexis MVR Fixed Length Input File Mapping Insurance Solutions Portal February 2014 LexisNexis MVR Fixed Length Input File Mapping Insurance Solutions Portal February 2014 LexisNexis MVR Fixed Length Input File Mapping Insurance Solutions Portal February 2014 CONFIDENTIAL & PROPRIETARY

More information

Student Achievement Data Exchange 2015/16. Purpose of the System. Overview

Student Achievement Data Exchange 2015/16. Purpose of the System. Overview Purpose of the System Overview The purpose of the Student Achievement Data Exchange (SADE) is to collect course level achievement data through a single collection that can be used for multiple purposes.

More information

Infinite Campus Online Registration Students New to CCSD

Infinite Campus Online Registration Students New to CCSD USER SUPPORT SERVICES: EMPLOYEE BUSINESS TRAINING Infinite Campus Online Registration Students New to CCSD Revised: March 2017 TABLE OF CONTENTS ONLINE REGISTRATION... 3 REGISTERING AT A CCSD SCHOOL...

More information

LR01 - New Enrollment for Legally-Exempt Care Window

LR01 - New Enrollment for Legally-Exempt Care Window LR01 - New Enrollment for Legally-Exempt Care Window Professional Development Program 1 LR01 - New Enrollment for Legally-Exempt Care Window Data Entry Reference Sheet (August 2017) CCFS Legally-Exempt

More information

Provider Batch Registration Guide

Provider Batch Registration Guide Provider Batch Registration Guide Version 1.5 August 2015 Beacon Health Options Page 1 of 70 Table of Contents Introduction... 4 Purpose... 4 Telecommunications Specifications... 4 Input File Layout and

More information

PearsonAccess Next User Accounts Guide

PearsonAccess Next User Accounts Guide PearsonAccess Next User Accounts Guide Overview... 2 Creating New Accounts... 2 Reviewing Staff Accounts... 2 Access to Results... 2 Training Management System (TMS)... 2 Training Center... 2 Manual User

More information

Request transcripts on behalf of students

Request transcripts on behalf of students 31 Request transcripts on behalf of students You can request transcripts on behalf of students who have expressed an interest in your institution. You can: Request transcripts for new or existing students.

More information

Student Std Imports Update Guide

Student Std Imports Update Guide Overview Admins can do a mass update of student accounts using the import tool. You will need administrative access to www.discoveryeducation.com. Click on My Admin to access the administrative page, and

More information

MySJSU GRADE ROSTER UPLOAD - QUICK GUIDE

MySJSU GRADE ROSTER UPLOAD - QUICK GUIDE MySJSU GRADE ROSTER UPLOAD - QUICK GUIDE INTRODUCTION Grades that are downloaded from a PC as a.csv (comma delimited) or.txt (tab delimited) file can be imported into the MySJSU grade roster. Mac users

More information

DADC Submission Instructions

DADC Submission Instructions System Purpose: The purpose of the Designated Agency Data Collection (DADC) is for each designated agency (DA) to report candidate information to CDE. Pursuant to state statute, CRS 22-2112(q)(I), CDE

More information

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY LIFE LONG LEARNING LEVEL 2 2018 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully

More information

New User Training School Calendar System (SPC) Student Information System (SIS)

New User Training School Calendar System (SPC) Student Information System (SIS) New User Training School Calendar System (SPC) Student Information System (SIS) Agenda Welcome Session Objectives Gaining Access to LDOE Application Systems Data Collection Timeline Data Submission and

More information

eschoolplus+ General Information Training Guide Version 2.4

eschoolplus+ General Information Training Guide Version 2.4 eschoolplus+ General Information Training Guide Version 2.4 August 2013 Arkansas Public School Computer Network This page is intentionally left blank 8/23/2013 Page 2 of 29 Table of Contents eschoolplus

More information

User Guide for the ILDS Illinois Higher Education Information System (HEIS)

User Guide for the ILDS Illinois Higher Education Information System (HEIS) User Guide for the ILDS Illinois Higher Education Information System (HEIS) Data Submission Portal https://www2.ibhe.org/web/lds-public/ Helpdesk 217-557-7384 IHEIS@ibhe.org Table of Contents Change History...

More information

CORA User s Guide. June 1, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171

CORA User s Guide. June 1, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 300, Herndon, VA 20171 Step 1. Log on to the School Secure Site 1. Go to www.studentclearinghouse.org. 2. Click "User Login" on the green

More information

VCheck Data-Entry User s Guide

VCheck Data-Entry User s Guide VCheck Data-Entry User s Guide VIRGINIA S INSTANT CRIMINAL BACKGROUND CHECK SYSTEM FOR FIREARMS DEALERS Introduction to VCheck VCheck is Virginia s instant criminal background check program available via

More information

Learn about the Display options Complete Review Questions and Activities Complete Training Survey

Learn about the Display options Complete Review Questions and Activities Complete Training Survey Intended Audience: Staff members who will be using the AdHoc reporting tools to query the Campus database. Description: To learn filter and report design capabilities available in Campus. Time: 3 hours

More information

Contains the list of business rule validations, grouped by characteristic, that apply to this component (Excel Sheet 4)

Contains the list of business rule validations, grouped by characteristic, that apply to this component (Excel Sheet 4) Component Description The Program Participation Component contains data related to the student's eligibility and/or participation in specialized programs or services. Students who may be eligible for program-level

More information

ZPHRRECORD000 - Record Guest Traveler (Document) Functional Area : Human Resources Sub Area : Personnel Management.

ZPHRRECORD000 - Record Guest Traveler (Document) Functional Area : Human Resources Sub Area : Personnel Management. ZPHRRECORD000 - Record Guest Traveler ZPHRRECORD 000, ZPHRRECORD 001, ZPHRRECORD 002, TRIP Purpose Use this procedure to request a personnel number for a guest traveler so that their travel expenses can

More information

Maryland IMMUNET System

Maryland IMMUNET System Maryland IMMUNET System HMO Data Exchange Specifications Application Version 1.0 Last Updated: November 25, 2013 1 Maryland State Immunization Information System Maryland State Immunization Information

More information

IMS Individuals Maintenance User Guide

IMS Individuals Maintenance User Guide IMS Individuals Maintenance User Guide Financial & Membership Services Membership Management Services Version 122011 Last Updated: 12/1/2011 Page 1 of 70 Introduction... 4 Individuals Subsystem... 4 Search

More information

Students User Guide. PowerSchool Student Information System

Students User Guide. PowerSchool Student Information System PowerSchool Student Information System Released July 2015 Document Owner: Documentation Services This edition applies to Release 9.0 of the PowerSchool software and to all subsequent releases and modifications

More information

Adding (or modifying) a Prospect Record

Adding (or modifying) a Prospect Record Adding (or modifying) a Prospect Record Prospect Biographical Details Description This script will describe how to use the Biographical Details pages within the Prospect Data component to add a new prospect

More information

Data Collections. New Coordinator Workshop

Data Collections. New Coordinator Workshop Data Collections New Coordinator Workshop 1 2 3 All data is entered into your local software Your software is provided by a vendor Support for your local software is through your vendor* You use an option

More information