Command Executor-Node: Unable to set comma- or equal-signs
Posted: Thu Aug 24, 2017 3:52 pm
Hi there,
another one from me.
I am trying to split an expression in a text-File to "fileName-Friendly" Format. The text-File contains:
TAG:material_package_name=DVD184_Briten_Schnitt_201707014,Audio_Dissolve,41
so I have to get rid of the : and = and , and in other cases ? and . and other non-allowed signs for a proper filename. You get the idea: I want to have this string without the forbidden signs as a new filename.
I tried several approaches with the command-executor node. I tested the expressions in a batch-script externally or directly at the prompt. there they are working. But executed from the CommandExecutioner, some them wont.
here is the workflow: here are the log-files from where the input is taken: when activating the last node I get a error.
I tried comm (,) - Equal (=) and dot (.) All leads to error.
Any idea?
cheers,
tom
another one from me.
I am trying to split an expression in a text-File to "fileName-Friendly" Format. The text-File contains:
TAG:material_package_name=DVD184_Briten_Schnitt_201707014,Audio_Dissolve,41
so I have to get rid of the : and = and , and in other cases ? and . and other non-allowed signs for a proper filename. You get the idea: I want to have this string without the forbidden signs as a new filename.
I tried several approaches with the command-executor node. I tested the expressions in a batch-script externally or directly at the prompt. there they are working. But executed from the CommandExecutioner, some them wont.
here is the workflow: here are the log-files from where the input is taken: when activating the last node I get a error.
I tried comm (,) - Equal (=) and dot (.) All leads to error.
Any idea?
cheers,
tom