johnwdubois / rezonator

Rezonator: Dynamics of human engagement
35 stars 2 forks source link

CSV file validation & schema #556

Closed johnwdubois closed 4 years ago

johnwdubois commented 4 years ago

Background It is important to validate the structure of CSV data files before they are imported into Rezonator.

Validation: What to do

  1. For CSV data files that are to be imported into Rezonator, test them to validate the structure.

Validation: Additional resources

Schema: What to do

  1. Create a schema for valid data:

Schema: Additional resources

Georgio-Klironomos commented 4 years ago

@johnwdubois The current CSV's are verified to be UTF-8. Ryan has fixed the previous newLine error, and we're now using the default GameMaker CSV loader, which works better and faster than Juju's script (no disrespect to Juju, that's just how it is)