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:
Config
: SingleRawToFileConverterConfigStructure:v1 [REQUIRED]Input
: RawResourceParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
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>