vue-json-csv
vue-json-csv copied to clipboard
csv as matrix
hi @Belphemur ! I wonder how to achieve the proper format of my extracted csv to be displayed as a matrix, let's say a 2 by 2 like so :
| label 1 | label 2 | |
|---|---|---|
| label 1 | 1 | 0 |
| label 2 | 0 | 1 |
I cannot let the first cell empty
;;label 1;label 2;
;label 1;1;0;
;label 2;0;1;