In the log: File '_00K68_16.txt' was sent to null; it will be deleted when the entry point finishes
and not the first in the forum: execute command to launch python
I think it's the same problem... "%1" > "%2"
it's in the > character
Search found 4 matches
- Fri Oct 04, 2013 4:09 pm
- Forum: Scripting
- Topic: utf-16 to utf-8
- Replies: 6
- Views: 2438
- Fri Oct 04, 2013 3:20 pm
- Forum: Scripting
- Topic: utf-16 to utf-8
- Replies: 6
- Views: 2438
utf-16 to utf-8
In that case the file is disappearing... (with copy input path: no) when fail exit code set to Nonzero it goes into the Problem jobs Error message: 04.10.2013 15:10:59.853 error Execute command Operation: Job failed because outcode is nonzero, outcode = [%1] Argument: 1 Flow: utf16 naar utf8 Element...
- Fri Oct 04, 2013 2:40 pm
- Forum: Scripting
- Topic: utf-16 to utf-8
- Replies: 6
- Views: 2438
utf-16 to utf-8
The problem is iconv first creates the output file and can't write over the input file. So i have to use a > and i think a %2 or %3 for the output-path (and filename?) to write to.
And i don't get Hard-coded paths to work...
And i don't get Hard-coded paths to work...
- Thu Oct 03, 2013 4:05 pm
- Forum: Scripting
- Topic: utf-16 to utf-8
- Replies: 6
- Views: 2438
utf-16 to utf-8
How to convert a textfile from utf-16 to utf-8 inside switch with the execute command. In the terminal it's working: iconv -f utf-16 -t utf-8 input_utf16.txt > output_utf8.txt How to set the paths in switch, see screenshot... (and maybe some tips on setting the 'output' and 'fail if exit code is')