All Downloads are FREE. Search and download functionalities are using the official Maven repository.

home.harvest.MARC_Countries.json Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
{
    "harvester": {
        "type": "csv",
        "csv": {
            "fileLocation": "${fascinator.home}/data/MARC_Countries.tsv",
            "idColumn": "URI",
            "headerRow": true,
            "delimiter": "\t",
            "ignoredFields": [],
            "includedFields" : ["URI","code","Label (English)","Label (French)"]
        }
    },

    "curation": {
        "neverPublish": true,
        "alreadyCurated": true
    },

    "indexer": {
        "script": {
            "type": "python",
            "rules": "MARC_Countries.py"
        },
        "params": {
            "repository.name": "Countries",
            "repository.type": "Country codes"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy