|
|
|
|
|
by randomdata
599 days ago
|
|
> I am missing the most important thing when it comes to CSV which is configuration of the input. 1. Given that their stated use-case for this tool is generation of data for testing purposes, why would input configuration be relevant? 2. It doesn't have any CSV-associated features to begin with. If for some reason you wanted to use this for that, you would interact with your own bound Go functions to facilitate working with CSV, just as demonstrated in the article. Within those functions, you can setup any configuration your heart desires. |
|