47484950515253545556
@Override public void run() { // TODO Auto-generated method stub cs = new ConnectionScreen(); cp = new CSVParserController(';', '"', '#', true, true, true,true); cp.ConfigureCSV(); cs.go(); }