I'm trying to convert a CSV (; separated) to XML using the php scripts you prepared.
For some reason I cannot make the script accept the ";" as my delimiter instead of the default ",".
I'm using the following command:
php csv2testrail.php custom_filter.php Mappe1.csv testdata2.xml ;
What's wrong ?