> ## Documentation Index
> Fetch the complete documentation index at: https://docs.custral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Object Mapping

> Map a record's fields onto another object's shape.

## Overview

Object Mapping declares how the fields on this object map onto the fields of another object. Used by import flows, sync flows, and AI tools that need to translate between schemas.

## Configuration

| Setting        | What it does                                                                                                                             |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Target object  | The object you're mapping to.                                                                                                            |
| Field mappings | A list pairing each source property with the property it maps to on the target object, with an optional transform applied along the way. |

## What it stores

The target object and the list of field-to-field mappings that translate between the two objects.

## Filtering

Filter by whether a mapping is set (**is empty** / **is not empty**). Filtering on the individual mappings is not supported.

## Examples

A HubSpot Contact import that maps HubSpot Contact fields onto Custral Contact fields.

## See also

* [HubSpot integration](/integrations/hubspot)
* [Import](/data/getting-started)


## Related topics

- [Stripe](/integrations/stripe.md)
- [HubSpot](/integrations/hubspot.md)
- [Integrations](/integrations/overview.md)
- [Overview](/data/properties/complex/overview.md)
- [Change Log](/product/updates.md)
