From 8af220b18eb6b7adfb3ba2df4af3c1736c7ccf32 Mon Sep 17 00:00:00 2001 From: jdmedlock Date: Tue, 2 Apr 2019 15:53:21 -0500 Subject: [PATCH] Refactor: Add link from JSON2CSV to CSV2JSON as a bonus feature Add link from JSON2CSV to CSV2JSON as a bonus feature Resolves: N/a See also: N/a --- Projects/JSON2CSV-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/JSON2CSV-App.md b/Projects/JSON2CSV-App.md index 154b033a..4c6102a7 100644 --- a/Projects/JSON2CSV-App.md +++ b/Projects/JSON2CSV-App.md @@ -37,6 +37,7 @@ to generate CSV for the header and data rows. - [ ] User can enter the path the CSV file is to be saved to in a text box - [ ] User can click a 'Save' button to save the CSV file to the local file system - [ ] User can see a warning message if the CSV text box is empty or if the save operation failed. +- [ ] User can convert CSV data to JSON. See [CSV2JSON](./CSV2JSON-App.md) ## Useful links and resources