--annotate-data-source CLI option.Importer that can handle generic CSV files that have header
information in the first line.Importer that splits each line of input by a DelimitedLineImporter.delimiter()
to produce key/value pairs for import.Importer that makes use of a header to
define the fields into which data is imported.Options.Concourse API that holds inserted data in
memory.file into Concourse and determine
the appropriate destination record(s) for each line using the
resolveKey.file into Concourse and return the
record ids where the data was imported.file into Concourse.lines and import the parsed objects into Concourse.lines into Concourse and determine the appropriate
destination record(s) for each line using the resolveKey.data directly from a String, for instance input
from stdin.Importer that uses Concourse's bulk JSON insert functionality for more efficient imports.ImportCli.line, assign each of the tokens to be the
header for the Importer if and only if a header has not already
been assigned or parsed.DelimitedLineImporter.header.Importer for
additional configuration.Transformer to potentially alter key/value pairs seen by
this importer.JsonElement.QuoteAwareStringSplitter.line to determine if is valid for the the file format that
is supported by the importer.