
 Ramesh Narayan Jangid (Sharma) - 2024-10-18 07:43:50 - 
In reply to message 1 from Alfredo AlfaroI would recommend as below.
private $mysqlClientLoc = 'mysql';
This should catch the installed mysql in the command line.
and remove below line 
 . '| sed -e \'s/"/""/g ; s/\t/","/g ; s/^/"/g ; s/$/"/g\''
Do check the semicolon for the string.
This should give CSV in tab separated format instead of comma.