Closed kurtishouser closed 2 years ago
This PR fixes all of the missing underscores before the date in the ava_id field. See issue #843. Other fixes include:
ava_id
created
valid_start
valid_end
NULL
petition
/n
"none listed"
null
This also fixes the Fiddletown valid_start date so PR #863 can be closed.
I did not change any of the valid_end dates to the day before as also mentioned in #843.
This PR fixes all of the missing underscores before the date in the
ava_id
field. See issue #843. Other fixes include:created
,valid_start
,valid_end
where obvious (YYYY, MM, DD mismatch between fields, missing dates, 1884 not a valid year, etc.)NULL
s at the beginning of some fieldspetition
: removed/n
characters, replaced"none listed"
withnull
This also fixes the Fiddletown
valid_start
date so PR #863 can be closed.I did not change any of the
valid_end
dates to the day before as also mentioned in #843.