Skip to content

Commit 94d079c

Browse files
add save as simicolon delimited CSV data UI option (#27)
and new test data file for that CSV data type
1 parent 90aa94f commit 94d079c

File tree

5 files changed

+3398
-2
lines changed

5 files changed

+3398
-2
lines changed

β€ŽCHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ Add data loading progress ring display
5050
Add Save as CSV or JSON data UI options
5151
- [#26](https://github.com/RandomFractals/tabular-data-viewer/issues/26)
5252
Add Save as HTML data table UI option
53+
- [#27](https://github.com/RandomFractals/tabular-data-viewer/issues/27)
54+
Add Save as semicolon delimited CSV data UI option

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Tabular Data Viewer πŸ€„ provides custom Table View for `.csv`, `.tsv` and `.tab
2828
- Freeze or delete table rows
2929
- Perisist table settings per data file
3030
- Copy table data to Clipboard
31-
- Save table data in `CSV`, `HTML` table, or `JSON` data array format
31+
- Save table data in `CSV` (`,` or `;` delimited), `HTML` table, or `JSON` data array format
3232

3333
...
3434

0 commit comments

Comments
Β (0)