Package com.kingsrook.qqq.backend.core.model.actions.shared.mapping


package com.kingsrook.qqq.backend.core.model.actions.shared.mapping
  • Class
    Description
    For bulk-loads, define where a QField comes from in an input data source.
    Enum to define the types of sources a mapping may use
    Field Mapping implementation that uses Integer keys (e.g., from a CSV file WITHOUT a header row).
    Field Mapping implementation that uses string keys (e.g., from a CSV file with a header row, or from one JSON object to the proper qqq field names)