What's New in 1Integrate v5.2.1

The following describes new features or UI changes for each release of 1Integrate.

For more detailed information including bug fixes, please see the Release Notes. For details of system configuration and dependencies, see System Requirements.

Built-ins

The copy_attributes Built-in Operation now supports a set of safe type conversions and the description has been updated to include these changes:

Operation Description Parameter(s)

copy_attributes

Copy attribute values from the source object to the target object for all attributes that have the same name and type, or where the conversion is one of the safe conversions listed below.

      Note: If the attribute names match but the types do not, and the required type conversion is not one of the safe type conversions, the operation throws an exception.

Safe type conversions

The following safe type conversions are supported by the operation:

  • Real to String
  • Integer64 to String
  • Integer to String
  • Integer to Real
  • Integer to Integer64

Attributes that do not match or are listed in the ignore list are left unchanged.

If other attribute type conversions or more complex schema mapping are required, use a Schema Transformation task

  • The source object from which to copy the attributes.

  • The target object to which the attributes should be copied.

  • Each subsequent argument is a string value which is the name of any attributes that should not be copied.

Data Stores

The following Data Stores now support additional esri field types:

  • Esri File Geodatabase

  • Esri Shapefile

  • OGC GeoPackage

The following additional field types are now processed and mapped:

Source Type Target Type

esriFieldTypeBigInteger

Integer64

esriFieldTypeRaster

Binary

Sessions > Map Viewer

The Map Viewer supports over 5,500 coordinate reference systems (CRS) by default.

When the data loaded uses an unrecognised CRS but includes a Well-Known Text (WKT or WKT-CRS) definition, the Map Viewer will automatically reconstruct the CRS from the WKT and render the data accurately.

If the CRS is unrecognised and no WKT-CRS is provided, the Map Viewer will display an informative error message, helping users identify and resolve configuration issues.

Future Withdrawal Notices

The following Built-in Functions will be withdrawn from 1Integrate 6.0.0:

Built-in Function

Alternative

http_request

http_request_v2

make_2d

change_dimension

make_3d

change_dimension

get_session_parameter_value

'Session Parameter Value’ within the Rule Builder