Package com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer


package com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer
  • Classes
    Class
    Description
    Class to serve as a template for producing an instance of a process invalid input: '&' tables that provide the QQQ service to manage importing files (e.g., partner feeds on S3).
    Process MetaData Builder for FilesystemImporter process.
    BackendStep for FilesystemImporter process Job is to: - foreach file in the `source` table (e.g., a ONE-type filesystem table): - optionally create an archive/backup copy of the file - create a record in the `importFile` table - parse the file, creating many records in the `importRecord` table - remove the file from the `source` (if so configured (e.g., may turn off for Read-only FS))
    combine all unstructured fields of the record into a JSON blob in the "values" field.