Field organizer input/output data

Field organizer input/output data

CE.png

This page provides examples of input and output data in the Field organizer function, taken from the example stream https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7847667. Checking the input/output data can help you to validate that the function works as expected.

Here are some example streams that use the Field organizer function. These pre-configured streams can be found and executed from the UsageCloud platform for further learning. See https://infozone.atlassian.net/wiki/x/rMB3 for more details.

Input Data

The input data window shows the data forwarded from the previous function in the stream.

In the https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7847667 stream, the Field organizer receives data from the following input:

  • Data Aggregator

InputData.png
Input data from the Data Aggregator preceding the Field Organizer function in the stream

Below is the sample input data:

[ { "userId": "USER-1001", "month_dateTime": "2026-01", "sum_downloadedGame": 30 } ]

Output Data

The output data window displays the output after source fields have been rearranged or renamed to their respective target fields, reflecting any changes made through the function's configuration.

Click the Preview button to inspect the output results and confirm that the function has rearranged or renamed the fields as intended.

OutputData.png
The output data after the data from the input fields have been rearranged or renamed by the Field organizer function

Below is a sample output data:

[ { "Month": "2026-01", "TotalDownload": 30, "User": "USER-1001" } ]