Open stolsky opened 2 years ago
election results stored in csv format. there are to versions "kerg" and "kerg2".
There are two encoding versions of the "kerg" files:
Encoding must be taken into account!
kerg2 is simpler to import because it is a flat table. "kerg" has a complex table header. For example:
So it will be more complicated to import.
also kerg files are much smaller than kerg2 files
election results stored in csv format. there are to versions "kerg" and "kerg2".
Encoding
There are two encoding versions of the "kerg" files:
Encoding must be taken into account!
table header
kerg2 is simpler to import because it is a flat table. "kerg" has a complex table header. For example:
So it will be more complicated to import.