SingleRawToFileConverterProcessor

Version #1

Description:

Saves the content of the raw resource as a text file using UTF-8 encoding with the extension of the type field.

Interface:

Basic sample:

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

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleRawToFileConverterProcessor" version="1">
  {
    "fallbackKey": STRING,
    "group": STRING,
    "key": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1,
    "path": STRING
  }
</processor>

Chainable processors: