Commit Graph

8 Commits

Author SHA1 Message Date
David Todd 65cdaf28d2
Automatically delete the temp file on startup, change the pattern
The pattern or the pattern.sub is not correct and will not always match entire column
This works fine for most items, but school districts are noted for cropping this error up
2016-04-26 16:41:10 -05:00
David Todd 7d992b8866
Change the paths 2016-04-26 13:55:18 -05:00
David Todd 1ecc1b50f6
Reverse name and ID in the search dictionary
when partner_ids = {rows[id]:rows[name] for rows in reader}, it will replace IDs with names
When partner_ids = {rows[name]:rows[id] for rows in reader}, it will replace names with IDs
2016-04-26 13:02:12 -05:00
David Todd 358a7d7da7
Fix file open, write first_row, use UNIX newlines
Small fixes to get this script working
the checking logic in find_index is broken and has been disabled for now
2016-04-26 12:57:12 -05:00
David Todd 853d865305
Fix License to be full MIT 2016-04-26 12:38:40 -05:00
David Todd 9c40cf260e
Verbage change 2016-04-26 12:33:50 -05:00
David Todd ddd4da9d9d
Fix if on find_index 2016-04-26 12:30:30 -05:00
David Todd 8df6301f64
Initial Commit
First commit on this repo, first test too
2016-04-26 12:26:08 -05:00