Title

Global

Type Definitions

# TransformFunction(osduRecord, OsduR2BaseService) → {Object}

Function that accepts an OSDU record and the OSDU service and asynchronously returns the transformed record

Parameters:
Name Type Description
osduRecord Object

The OSDU record in its original state

OsduR2BaseService OsduR2BaseService

The OSDU service in order to perform any additional operations

View Source task/R2/updateByQuery.js, line 33

The transformed OSDU record

Object