CSVfox
Get the job done.
 English

%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 %silent command. In this case, csvfox will not give out anything on the console, but it will write all information solely into the log file.

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 allows piping (|) and forwarding (>, >>).
In 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.
Under construction, coming soon