Mark Jordan
Mark Jordan
Currently the CSV single file toolchain assume that filename values in its "[FILE_GETTER] file_name_field" are relative to the "{FILE_GETTER] input_directory" value. Add logic to allow for absolute file paths and...
http://pear.php.net/package/File_MARC (also [available](https://github.com/scriptotek/php-marc) via composer) provides parsing of binary and XML MARC data. A minimalistic example of its use is: ``` php
We should investigate how https://github.com/amphp/thread could be used within MIK's writers, and possibly other classes.
Can probably follow pattern set by CDM newspapers.
We are developing utility scripts (like extras/scripts/check_files.php) that write out the path to problematic newspaper issues in MIK output. In order to reprocess these problematic newspaper issues, it would be...
Take names like "Mark Jordan" and return MODS like: ``` xml Jordan Mark ``` Of course, any programmatic attempt at this will be pretty unreliable. So we should probably need...
I want to set the default value for a `->file()` option based on the value of another option. This appears to work only if the `->file()` option is the last...
## Proposed changes 1. Brief description of changes applied Fixed typo in README.md ('JAVAHOME' should be 'JAVA_HOME') 2. Any documentation on how to configure, test n/a 3. Any possible limitations,...