Convert Object To Array 1 Item
info
Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.
Description
The convertObjectToArray1Item
service is responsible for converting an object to an array with one item. This service is used to convert an object to an array with one item to be used in the individual event services like processObjectEvent, processAggregationEvent, processTransformationEventOnly, processAssociationEvent, and processTransactionEvent. The service will convert the data that is from the JSON form of the JSON schema with the root type is an object to an array with one item.
Diagram
Example
{ "name": "convertObjectToArray1Item", "parameters": [{ "path": "/data" }] }
Definitions
Property | Required | Description | Type |
---|---|---|---|
path | No | The path of the data wants to convert. If the path is undefined, it will convert the whole data. | IdentifierKeyPath |
Function type
Type | Description |
---|---|
ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |