AllLocalizationsToStructuredJsonFlatConverterProcessor

Version #1

Description:

DEPRECATED Use AllLocalizationsToStructuredJsonConverterProcessor with config: {“keyDelimiters”: []}.
Exports localization to a structured flat json file. The structure is defined by the keys used in the localization.

Interface:

Basic sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllLocalizationsToStructuredJsonFlatConverterProcessor" version="1" />

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllLocalizationsToStructuredJsonFlatConverterProcessor" version="1">
  {
    "fileName": STRING
  }
</processor>

Chainable processors: