Export Text to a file
Generic task that take a file as input and return a resource
Override the export_to_path method to export the resource into a File
Input
Text
Resource that holds a text
Output
File
Configuration
file_name
Destination file name in the store
string
file_format
File format
string
txt
encoding
Text encoding
string
utf-8