• Hey guys, just have installed this plugin and I have notiesed that exporting to the CSV file works not so properly cuz there is no separator in the header.

    To fix this you should make some changes in the plugin code.

    simple-csv-xls-exporter/process/simple_csv_xls_exporter_csv_xls.php

    Find
    fputcsv($fh, array_keys($ccsve_generate_value_arr));

    Replace with
    fputcsv($fh, array_keys($ccsve_generate_value_arr),$csv_delimiter);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[FIXED] Broken header colums in CSV’ is closed to new replies.