[Vtigercrm-developers] CSV export delimiter
Zebra Hosting
support at zebrahosting.eu
Mon Jan 5 13:09:56 GMT 2015
Everybody thanks for the remarks and help.
I managed to filter some HTML code out and Filemaker had less issues than
Excel so found a way around most issues.
Bastiaan Houtkooper
Zebra Hosting
On 05-01-15 04: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-de
>limiter-tp14796p14820.html
>Sent from the vtigercrm-developers mailing list archive at Nabble.com.
>_______________________________________________
>http://www.vtiger.com/
More information about the vtigercrm-developers
mailing list