Please enable JavaScript.
Coggle requires JavaScript to display documents.
Text File Validation - Coggle Diagram
Text File Validation
File Validation / Process File
Header check
does it have a header
Required Fields
-check required fields vs header
Data Validation
Ability to reuse validation in SIS Integration
Report Results
Upload File
Store file in temp location
Stored in memory
Check file size (<20MB)
Process File
Verify structure against template
If validation passes upload to FTP site
Ability to re-use code in SIS Integration to validate file
Report results
Validate against data in the file
File Template
Define Template
File Format
Extension
TXT
CSV
XML
jSON
Comma Delimted
Tab Delimited
Fields
Type
Validation
Date
Text
Boolean
Required
Field Name
Relationship Table
Relationship Field
File Name
On validation look for name in file (Contains)
File encoding
Form Integration
Field Mapping
Tags on element
Defined in template
Repeaters (what does that look like)
Automate data sync
UX to define Template (client screen)
Support for different file names
Ability to store file name in DB
Process based on template
Data validation multiple files
Relationship between files
File Dependency