Skip to main content

MappingSuggestionType

One suggested header→field mapping with confidence.

type MappingSuggestionType {
header: String!
target: String!
confidence: Float!
rationale: String!
}

Fields

MappingSuggestionType.header ● String! non-null scalar

CSV column header

MappingSuggestionType.target ● String! non-null scalar

Canonical target field, 'attribute:<id>', or 'attribute:auto:<name>'

MappingSuggestionType.confidence ● Float! non-null scalar

0.0–1.0

MappingSuggestionType.rationale ● String! non-null scalar

Why the engine suggests this

Member Of

CSVImportMetadata object

Was this page helpful?