Hi there!
I am trying to use tpipe /replacelist, but it does not work.
I need to replace words in "test.txt" to their pair from "pairs.txt" and create modified "test_1.txt"
Comand line
tpipe /input=test.txt /output=test_1.txt /replacelist=0,0,0,0,0,0,0,0,0,pairs.txt
My question - how should be...