Skip to content

Commit

Permalink
add save as simicolon delimited CSV data UI option (#27)
Browse files Browse the repository at this point in the history
and new test data file for that CSV data type
  • Loading branch information
RandomFractals committed Dec 24, 2021
1 parent 90aa94f commit 94d079c
Show file tree
Hide file tree
Showing 5 changed files with 3,398 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ Add data loading progress ring display
Add Save as CSV or JSON data UI options
- [#26](https://github.com/RandomFractals/tabular-data-viewer/issues/26)
Add Save as HTML data table UI option
- [#27](https://github.com/RandomFractals/tabular-data-viewer/issues/27)
Add Save as semicolon delimited CSV data UI option
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tabular Data Viewer 🀄 provides custom Table View for `.csv`, `.tsv` and `.tab
- Freeze or delete table rows
- Perisist table settings per data file
- Copy table data to Clipboard
- Save table data in `CSV`, `HTML` table, or `JSON` data array format
- Save table data in `CSV` (`,` or `;` delimited), `HTML` table, or `JSON` data array format

...

Expand Down
Loading

0 comments on commit 94d079c

Please sign in to comment.