create extractor-template
The create extractor-template
command creates an extractor template containing scaffolding for one or more extraction modules.
The extractor template can be edited and then used with the create extractor from-template
command to create an extractor.
To create a template file, specify a list of extraction module IDs (such as aluma.name
) then --output-file
(or -o
) and the path to the file.
aluma create extractor-template aluma.name aluma.us_social_security_number -o template.json
The modules that are available are listed here:
See also
Updated over 3 years ago