Class CsvContentImporter

  • All Implemented Interfaces:
    ContentImporter, LogEnabled, Configurable, Serviceable

    public class CsvContentImporter
    extends AbstractContentImporter
    ContentImporter importing contents from a CSV file. Each CSV record (line) contains content properties. Configuration options:
    • The CSV file charset (default: auto-detect)
    • The CSV delimiter character (default: auto-detect from the header)
    • The CSV quote character (default to the double-quote: ")
    • Structure of the header line: fixed pattern or column list.
    • Mapping from CSV columns to content metadatas.