zipperer / migrate_database_with_michael

0 stars 0 forks source link

Bible Display App files -- make csv that maps the filename to the date #40

Closed zipperer closed 5 months ago

zipperer commented 5 months ago

Given filenames like 'BDA 2013 11 04.txt', make table

id | filename           | date
1  | BDA 2013 11 04.txt | 2013-11-04
...
zipperer commented 5 months ago

See the output table

See the python script that made the output table