Class AnnotationFlatFileImporter

  • All Implemented Interfaces:
    AutoDetectingImporter, InteractivePlugin, Plugin, SignalTarget, ConfigureByExample

    public class AnnotationFlatFileImporter
    extends AbstractFlatFileImporter
    implements InteractivePlugin, ConfigureByExample
    Plug-in for importing annotations from simple text files. The plug-in supports all files that can be parsed with the FlatFileParser class. This plug-in works without a configuration but can use a configuration to store regular expressions and other settings for the flat file parser. In both cases, the job configuration is a three-step process:
    1. Setup regular expressions and other options for the flat file parser. If a configuration is used all values should already be filled in. In this step a file to import from must also be selected.
    2. Map file columns to annotation types. Annotation types that support multiple values may be mapped to more than one column.
    3. Setup error handling options and other settings for the plug-in (for example if existing annotations should be replaced or not).
    Version:
    2.4
    Author:
    nicklas
    Last modified
    $Date: 2019-04-04 13:38:05 +0200 (tors, 04 apr. 2019) $