Since version: 1.24

The Data Pipelines profile enables data engineers to calculate field values when integrating data to ArcGIS via a data pipeline.

Context

The following products implement this profile:

Spatial reference

This profile requires setting the spatial reference context. The spatial reference used in processing is defined in the Data Pipelines application using the Calculate field tool. See the Calculate field documentation for more information.

Time zone

The execution context's default time zone is UTC.

Profile variables

Variable NameTypeDescription
$recordDictionaryProvides access to dataset record fields. This is a generic dictionary of attribute/value pairs representing a record from any data source, including feature layer sources. Records coming from Feature Layers will not be represented as features. Therefore, information about the feature service layer will not be directly available from the record.

Function bundles

Core | Geometry

Return types

Boolean | Date | Number | Text

Example

Copies a data value from an existing field. Sets a default value if no value is present.

Use dark colors for code blocksCopy
1
DefaultValue($record.my_field_name, "my default value")

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.