Skip to content

Fitment mapping & synonyms

Connection

There is one file, so the Action column determines what we do, replace or add.

  • Add (synonyms)
  • Replace (mapping)

It is connected through vehicle_mapping in the sources.

Synonyms

We can apply the fitments of one vehicle to another vehicle.

In this example, J-4000 will be compatible with all the same products as the vehicles on the left (J-4500/4600/4700).

Mapping

The same thing, but the vehicle on the left is replaced by the vehicle on the right:

The year is not mapped, hence the YearRange column is singular.

Nuances

In programmer speak:

  • empty “FieldFrom” -> fulfill “FieldTo” = “FieldTo”
  • empty “FieldFrom” -> empty “FieldTo” = string.Empty
  • fulfill “FieldFrom” -> empty “FieldTo” = “Universal”
  • fulfill “FieldFrom” -> fulfill “FieldTo” = “FieldTo”

In layman’s terms:

  1. From “hole” => To “non-hole” = any submodel to a specific one
  2. From “hole” => To “hole” = do not touch the submodel at all. Leave as is.
  3. From “non-hole” => To “hole” = explicitly specified in universal
  4. From “non-hole” => To “non-hole” = one into another