Overview

NIHFetch contains the shared code for NIH fetch modules(PubmedFetch and NLMJournalFetch). These tools bring in data as selected by your query and loads the returned XML into a RecordHandler. You can design queries to return records based on a range of different attributes such as date added, date modified, number range, affiliation, etc. (Help for the search term)

Usage

Command Line Arguments

As with all the Harvester command-line tools, you can provide all the arguments as parameters is a configuration file (X/-config).

Short Option

Long Option

Parameter Value Map

Description

Required

b

batchSize

NUMBER

number of records to fetch per batch

true

m

email

EMAIL_ADDRESS

your contact email address

true

n

numRecords

NUMBER

maximum records to return

true

o

output

CONFIG_FILE

RecordHandler config file path

true

O

outputOverride

VALUE

override the RH_PARAM of output recordhandler using VALUE

false

t

termSearch

SEARCH_STRING

term to search against pubmed/nlmcatalog repository

true