﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3227	Make possible to change the csv file delimiter char and quote char (for input file and output file)	Adeel Asghar	Adrian Pop	"Currently there seems to be 4 separate implementations for the csv files:
1. input file externalInput.csv uses space as a delimiter
2. input file for optimization uses space as a delimiter
3. writing output results to the csv file is done using delimiter "",""
4. reading results from the results file uses comma as delimiter (libcsv.c)

All these 4 different implementations should be based on libcsv.c which is the most configurable and one should be able to set the csv delimiter char and the quote char from command line.
"	enhancement	accepted	high	Future	Run-time	trunk			Manfred.Rode@… Lennart Ochel Vitalij Ruge
