[Vtigercrm-developers] CSV export delimiter

socialboostdk socialboostdk at gmail.com
Mon Jan 5 13:18:49 GMT 2015


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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150105/29484aa4/attachment.html>


More information about the vtigercrm-developers mailing list