Skip to content
Snippets Groups Projects
Commit 2b66b3e6 authored by Thisari Muthuwahandi's avatar Thisari Muthuwahandi
Browse files

Add functionality to export data as json or csv

parent 0b0ecd20
Branches
Tags
3 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector
......@@ -89,8 +89,7 @@ export class CommentExportComponent implements OnInit {
if (this.currentButton === 'semicolon') {
this.exportCsv(';');
this.onNoClick();
}
else {
} else {
this.exportCsv(',');
this.onNoClick();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment