Understanding the Result Manifest

The result manifest provides detailed information about how data is mapped and processed for each target property. It consists of an array of property manifests, each representing a single target property.

Property Manifest Structure

Each property manifest contains the following key components:

  1. Property Information:

    • name: The name of the target property.
    • schema: The schema definition of the target property.
  2. Dependencies:

    • source_properties: An array of source keys used for mapping to the target property.
    • default_values: Fallback values applied if the source property does not exist.
  3. Lookup Mappings (if applicable):

    • Present for properties with enums (triggering classification) or cleaning instructions.
    • Shows before and after lookup values with associated confidence levels.

Confidence scoring is in Alpha and currently applies only to enums smaller than size 1000. Please reach out with feedback or questions regarding your confidence scoring.