[Vtigercrm-developers] CSV export delimiter
Uma S
uma.s at vtiger.com
Tue Jan 6 07:15:42 GMT 2015
Hi,
We have noted this on our trac
<http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8387#ticket>. will look
into this.
On Mon, Jan 5, 2015 at 6:48 PM, socialboostdk <socialboostdk at gmail.com>
wrote:
> Oh - this would be SO nice as a setting in the user-conf instead - Uma &
> co, would that be something for you?
>
> :-D
>
> On 5 January 2015 at 05:39, VTE <support at vtigerexperts.com> wrote:
>
>> /modules/Reports/ReportsRun.php
>>
>> Line: ~4282
>>
>> Original:
>> $csv_values = array_keys($arr_val[0]);
>> array_pop($csv_values); //removed
>> header in csv file
>> fputcsv($fp, $csv_values);
>> foreach($arr_val as $key=>$array_value) {
>>
>> Modified:
>>
>> $csv_values = array_keys($arr_val[0]);
>> array_shift($csv_values);
>> //removed header in csv file
>> * fputcsv($fp, $csv_values, ';');*
>> foreach($arr_val as $key=>$array_value) {
>>
>> Hope that helps!
>>
>>
>>
>> -----
>> VT Experts
>> Email: Support at VTExperts.com
>> Web: http://www.VTExperts.com
>> Skype: VTExperts
>> Phone: +1 (818) 495-5557
>>
>>
>>
>> --
>> View this message in context:
>> http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-CSV-export-delimiter-tp14796p14820.html
>> Sent from the vtigercrm-developers mailing list archive at Nabble.com.
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
--
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150106/797f9435/attachment.html>
More information about the vtigercrm-developers
mailing list