• Resolved Jules Colle

    (@jules-colle)


    Good plugin, I love how easy it is to hook in to. It’s a shame though that I have to overwrite the plugin in order to change the CSV delimiter. Could you provide a hook in the future to change the delimiter and enclosure characters?

    Being able to change the delimiter is kind of important because Excel uses local settings to automatically determine what character should be used as delimiter. In countries where “,” is used as a decimal separator, the csv delimiter will almost always be semicolon “;” instead of comma.

    For the moment I did a search in order-export-process.php for the lines

    fputcsv( $csv_file, $csv_values );

    and replaced them with

    fputcsv( $csv_file, $csv_values, ';' );

    https://wordpress.org/plugins/woocommerce-simply-order-export/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Jules,

    Thanks for your kind words and also to bring this useful point in focus:-)

    I will surely add this feature in next release.

    Regards

    Hi Jules,

    Please download updated version of plugin. I have added the option to add custom delimiter under Advanced option settings in plugin. You can add delimiter of your own choice to the exported file.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change the delimiter’ is closed to new replies.