Error on Import & Documention

Hi there I would like to request a refund. I have tried multiple methods of import mentioned in your documentation. None of them are working.

1. http://docs.itthinx.com/document/groups-import-export/import-users/ says to save as CSV then http://docs.itthinx.com/document/groups-import-export/file-format-column-order/ says to save as text file with tab separation. Neither of these work

2. http://docs.itthinx.com/document/groups-import-export/file-format-column-order/ mentions a Help tab which does not exist

3. Documentation says to do an export to get an example file but Export pre-populates with about 100 fields and if I try to delete them my browser hangs for about 5 minutes. Can’t you set the default to be common user profile info and woocoommerce address?

Why does it need to be so complex? Provide us with a downloadable example file (that works) inside the plugin under import.

Spent hours on this that I can’t bill to my client so this purchase has already cost us a lot of money.

6 Responses to Error on Import & Documention

  1. Kento December 21, 2023 at 12:39 pm #

    I just came across this older topic, although the suggested changes would work for this particular, it would not be a suitable approach. The character " is valid as part of a group name, so these quotes should not be removed as suggested. Instead, the import file should have the quotes removed where they should not be part of a group name.

  2. George February 13, 2019 at 9:05 am #

    Hi Lawrence,

    Thanks for the detailed feedback, I will check the import process and try to replicate your situation.

    Kind regards,
    George

  3. Lawrence November 16, 2018 at 6:06 pm #

    Okay this fixes the double quote issue…

    groups-import-export/lib/core/class-groups-user-import.php

    //line 122 – after $name = trim( $name ); add
    $name = str_replace(‘”‘, ”, $name);

    //line 423 – after $group = trim( $group ); add
    $group = str_replace(‘”‘, ”, $group);

    //line 541 – after $group = trim( $group ); add
    $group = str_replace(‘”‘, ”, $group);

    • Lawrence November 16, 2018 at 6:07 pm #

      Those line number are a tad off as I had some extra debug code in there

  4. Lawrence November 16, 2018 at 5:41 pm #

    Got it working! However when there are multiple groups and “Create new groups if they do not exist.” is checked the double quotes (which are created automatically when saving the exported .tsv to .txt) are imported into the group names resulting in the first and last groups appearing as “First Group and Last Group”. Try to use str_replace to remove them on class-groups-user-import.php but any advice would be appreciated.

    Thanks!

  5. George November 12, 2018 at 8:57 pm #

    Hi Lawrence,

    Of course we can proceed with the refund, but if you like we can perhaps have a look at the import file you are using in case there is a mistype or something unusual.
    In order to have a more thorough view of the situation and since I’ve noticed that you have been using the plugin for while now, did those issues with importing occur recently, or with a specific plugin version?

    FYI, the Help tab appears on the top right corner of WP Dashboard and gives you information and examples on how to use the plugin for importing and exporting. Also, when exporting users, the extended profile data are exported only if you enable the option, in other words you don’t need to delete each option from the list.

    If you like us to have a look at your import file, you can send a copy to george at itthinx dot com.

    Kind regards,
    George

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share