Skip to main content

TypeAlias.ImportMapperRowType

type ImportMapperRowType = ObjectEnum<typeof ImportMapperRowType>;

Type of an import-mapper row, describing how source is interpreted.

  • path: source is a JSON path / accessor expression evaluated against the imported JSON to extract a value for destination.
  • const: source is a literal value assigned as-is to destination, regardless of the imported JSON content.