... | ... | @@ -12,12 +12,14 @@ |
|
|
|
|
|
2. (Jodi) As a data analyst, I would like to specify the relative pathname to avoid always having to write a complete to my root directory.
|
|
|
|
|
|
3. (Mike) As a frequent user, I would like to specify a filename for the csv2json tool write JSON data to. Enabling me to easily share the JSON data.
|
|
|
3. (Mike) As a frequent user, I would like to specify a filename for the CSV Filter tool to output data to, enabling me to easily share the filtered csv data.
|
|
|
|
|
|
4. (Sierra) As a data engineer, I want to specify the delimiter character to enable the processing of a wide variety of CSV files for many of my different data sources.
|
|
|
|
|
|
5. (Dave) 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.
|
|
|
|
|
|
6. (Bob) 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).
|
|
|
6. (Bob) As a quality assurance engineer, I want the program not to run if the input file is not a CSV file.
|
|
|
|
|
|
7. (Albert) As a computer scientist, I want to be able to specify the generated Pablo Pipeline Graph to be written to a .dot file to view in Graph rendering software. |
|
|
\ No newline at end of file |
|
|
7. (Albert) As a computer scientist, I want to be able to specify the generated Pablo Pipeline Graph to be written to a .dot file to view in Graph rendering software.
|
|
|
|
|
|
8. (Carlo) As a new user, I want there to be a help menu to show me what options I have for CSV Filter. |
|
|
\ No newline at end of file |