Hi,
just tried your script, and somehow it does convert "input" to Excel. But not CSV Files. To be specific it converts everything BUT CSV-Files.
When I noticed that I made an input file myself like
"1";"2";"3"
1;2;3
'1';'2';'3'
1 2 3
The result looked like
Failed on "1";"2";"3"
and an Excelfile like
1;2;3 (in bold)
'1';'2';'3'
1 2 3
each written in the first column of course ;)
Any idea why the script fails with CSV-Format?