Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Increa version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaasonen committed Nov 2, 2018
1 parent 7880ad2 commit 941568b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ _id,cdliNumber,bmIdNumber,accession,genre,fincke,publication,joins,subcollection
- `folios` is parsed to an array with `` as separator.
- `record` is parsed to an array of objects with `` as separator for array entries and `` as separator for object properties. The resulting objects will have properties `user`, `date`, and `type`.
- `\u000b` outside `joins` is parsed to `\n`.
- `\u000b` in the beginning of string is omitted.
- `\u000b` in the beginning of string is omitted.

## Scripts

- `scripts/expandFolioNumbers.js` expands folio numbers in range format (e.g. `08927-8`) to individual entries.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fragmentarium-parser",
"version": "1.0.0",
"version": "1.1.0",
"description": "A script to transform fragment database exported from FileMaker to JSON format.",
"main": "index.js",
"repository": "https://github.com/ElectronicBabylonianLiterature/fragmentarium-parser.git",
Expand Down

0 comments on commit 941568b

Please sign in to comment.