satori-com / mzbench

MZ Benchmarking
BSD 3-Clause "New" or "Revised" License
271 stars 78 forks source link

[Feature]: Support CSV type of files for resources. #126

Open loguntsov opened 6 years ago

loguntsov commented 6 years ago

I didn't find CSV file support here: https://github.com/machinezone/mzbench/blob/master/doc/scenarios/spec.md#include_resource

So this ticket determines my wish about this.

The difference between TSV and CSV is CSV can contains escaped strings. So they should be removed and CSV can support different separators As example of escape sequence: \ is \ \n is new line character \r is return caret character