overzealous; control fields
[migration-tools.git] / unicorn /
2017-11-27 Jason Etheridgebetter regexp for grabbing field names, redux
2017-11-27 Jason Etheridgebetter regexp for grabbing field names
2012-07-16 Galen Charltonadd more copyright and license statements
2012-07-16 Ben OstrowskyAdd a header line to explain the fields
2012-07-16 Ben OstrowskySome city/state data has no comma
2012-07-16 Ben OstrowskyNow with address line2!
2012-07-16 Ben OstrowskyBetter parsing of city/state
2012-07-16 Ben OstrowskyDon't clobber user_category1 and user_category2
2012-07-16 Ben OstrowskyNow extracting .COUNTY. fields from addresses
2012-07-16 Ben OstrowskyReinserting a missing space that was causing trouble
2012-07-16 Ben OstrowskyFixed a bug that improperly parsed 'III' as a suffix.
2012-07-16 Ben OstrowskyFixed a bug that could prevent name parsing in some...
2012-07-16 Ben OstrowskyFirst working draft of analyze_zips.sql
2012-07-16 Ben OstrowskyRegex fix was a bug; this undoes it
2012-07-16 Ben OstrowskyFixed regex to handle lines that begin with a dot and...
2012-07-16 Ben OstrowskyMinor fix to a comment line
2012-07-16 Ben OstrowskyNew script to extract lost items from users.data, when...
2012-07-16 Ben OstrowskyCorrectly parsing Unicorn patron names and addresses
2012-07-16 Ben OstrowskyUnicorn charge.data to TSV parser
2012-07-16 Ben OstrowskyUnicorn bill parser finished
2012-07-16 Ben OstrowskyUnfinished draft of Unicorn bill converter
2012-07-16 Ben OstrowskyUtter pedantry? Perhaps, but misleading comments are...
2012-07-16 Ben OstrowskyFirst draft mark two (with syntax errors fixed)
2012-07-16 Ben OstrowskyFirst finished draft of new unicorn_patrons_to_tsv.pl
2012-07-16 Ben OstrowskyFinished the bit that processes the records. Next up...
2012-07-16 Ben OstrowskyReforking unicorn importer; this is an unfinished versi...
2012-07-16 Ben OstrowskyCleaning up older copy of unicorn_to_tsv.pl
2012-07-16 Ben OstrowskyUnicorn TSV-maker can now handle bill.data and charge...
2012-07-16 Jason Etheridgechange \r\n to \n if they occur
2012-07-16 Ben OstrowskyFirst draft of Unicorn patron-file converter. No known...
2012-07-16 Ben OstrowskyAnd this turns off all the STDERR verbosity. Sheesh...
2012-07-16 Ben OstrowskyRegex fix was a bug; this undoes it
2012-07-16 Ben OstrowskyFixed regex to handle lines that begin with a dot and...
2012-07-16 Ben OstrowskyFORM=foo should not be ignored
2012-07-16 Ben Ostrowskyunicorn_to_tsv.pl has been generalized to use non-user...