... | ... | @@ -8,4 +8,6 @@ |
|
|
|
|
|
* As a power user, I want the JSON data to contain only certain specified columns of the CSV file. Allowing for easy modification of unwanted CSV content.
|
|
|
|
|
|
* As a quality assurance engineer, I want the program not to run if the input file is not a CSV file (currently the program returns an incomplete json with a segmentation fault if the input is a directory, and an assertion fail for a txt input). |
|
|
\ No newline at end of file |
|
|
* As a quality assurance engineer, I want the program not to run if the input file is not a CSV file (currently the program returns an incomplete json with a segmentation fault if the input is a directory, and an assertion fail for a txt input).
|
|
|
|
|
|
* As a computer scientist, I want to be able to specify the generated PabloPilelineGraph to be written to a .dot file to view in Graph rendering software. |
|
|
\ No newline at end of file |