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 |
The transformed OSDU record
Object