Field organizer input/output data
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.
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/220299265
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7880549
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7886053
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7847658
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/220266497
https://infozone.atlassian.net/wiki/spaces/DAZ/pages/7847667
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
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.
Below is a sample output data:
[
{
"Month": "2026-01",
"TotalDownload": 30,
"User": "USER-1001"
}
]