Command Executor-Node: Unable to set comma- or equal-signs

Questions and answers on how to get the most out of FFAStrans
Post Reply
ThomasM
Site Admin
Posts: 231
Joined: Wed Feb 22, 2017 6:36 am

Command Executor-Node: Unable to set comma- or equal-signs

Post by ThomasM »

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:
test.zip
Workflow
(3 KiB) Downloaded 444 times
here are the log-files from where the input is taken:
FFprobeLOG.zip
LOG-files
(22.82 KiB) Downloaded 405 times
when activating the last node I get a error.

I tried comm (,) - Equal (=) and dot (.) All leads to error.

Any idea?

cheers,

tom
ThomasM
Site Admin
Posts: 231
Joined: Wed Feb 22, 2017 6:36 am

Re: Command Executor-Node: Unable to set comma- or equal-signs

Post by ThomasM »

Sorry...

I was working two days on this - now it works.

Thanks anyway...

cheers,

tom
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Command Executor-Node: Unable to set comma- or equal-signs

Post by admin »

That's great, ThomasM! :-)

-steinar
Post Reply