@runnerty/executor-iconv
v1.0.1
Published
Runnerty module: ICONV executor
Downloads
3
Readme
ICONV executor for Runnerty:
Configuration sample:
{
"id": "iconv_default",
"type": "@runnerty-executor-iconv"
}
Plan sample:
{
"id": "iconv_default",
"decode_encoding": "ISO-8859-1",
"encode_encoding": "UTF-8",
"file_input": "input.txt",
"file_output": "output.txt"
}