Order export format question
When I export the orders into a delimited file I am getting a format that looks like this:
"7";"sku";"etc..";
how do I go about not getting the text qualifiers so that it looks like this:
7; sku; etc..;
Any Ideas? I have looked through both the tpl file and the php file and I can not see anywhere where it is controling this. Is this a function of the MySql db system?
Please help!
Cameron
__________________
Xcart
Version: 4.1.6
|