Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 663 Bytes

normalizer_task.md

File metadata and controls

28 lines (18 loc) · 663 Bytes

NormalizerTask

Normalize data from the input and pass it to the output

Task reference

  • Service: CleverAge\ProcessBundle\Task\Serialization\NormalizerTask

Accepted inputs

Any normalizable object.

Possible outputs

A normalized value as an array.

Options

Code Type Required Default Description
format string X Format for normalization ("json", "xml", ... an empty string should also work)
context array [] Will be passed directly to the third parameter of the normalize method