Changed csv delimiter to ;
This commit is contained in:
parent
a67a80e168
commit
2c0753aed4
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ public class CSVWriter {
|
|||
public static final String[] HEADINGS = new String[]{
|
||||
"Timestamp", "Behaviour", "RX Throughput(b/s)", "TX Throughput(b/s)", "RAT"
|
||||
};
|
||||
public static final String DELIMITER = ",";
|
||||
public static final String DELIMITER = ";";
|
||||
protected static final SimpleDateFormat fileDateFormater = new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss");
|
||||
protected static final SimpleDateFormat dateFormater = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue