%silent, %s
Set CSV Processing Mode to Silent
Description
Normally, when started, csvfox provides some information on the console screen while executing. It will display the file names, the interpreted commands, and will visualize the ongoing processing of CSV rows, any occurring problems, and states the finishing of the process.You can inhibit this with the
Pattern
%silent
%s
Usage Examples
- csvfox %silent
- Output on the console is inhibited.
Hint
If the output file name is not given, csvfox assumes that the data output will be targeted to the console instead. This allowsIn this case, there is also no processing information display on the console because this would corrupt the data output. An explicit %silent command is not necessary here.