Most text processing can be done AFTER we write the output file.
We must be able to do some basic text processing on the responses before we write them.
Avoid having to make a seperate script for basic text processing like filter or match
Reduce writes to disk and file sizes
Timestamps
Ability to filter response text before writing based on
Line number or position
Keywords or matching phrases
Extract times and dates, names and places....
headings formatting
Its very important because the file that we write the output to must be named. either as specified at the command line (usually named after its input files), OR based on the text they contain. For instance a file may be named for the first words of a response.
Most text processing can be done AFTER we write the output file.
We must be able to do some basic text processing on the responses before we write them.
Avoid having to make a seperate script for basic text processing like filter or match Reduce writes to disk and file sizes Timestamps Ability to filter response text before writing based on
Its very important because the file that we write the output to must be named. either as specified at the command line (usually named after its input files), OR based on the text they contain. For instance a file may be named for the first words of a response.