• Resolved qspider

    (@qspider)


    Hello,

    I’m trying to import the data from the csv file. It appears to import correctly as it displays all the data while importing but when I got to the user profiles after, it does not display anything but the username and it also doesn’t show in the backend panel either. Information for addresses, company names and membership ID’s are not showing but appear to be imported correctly. Where can I find the rest of that data or how can I show it in the user profile?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @qspider,

    Maybe you are not using the correct format in the CSV.

    Which column names are you using?

    Thread Starter qspider

    (@qspider)

    Very fast response. Thank you. I thought the first few were correct and the rest could be named anything. What should be the correct format? Thanks again for assistance.

    Username, Email, First Name, Middle Name, Last Name, Suffix, Member ID, Title, Company Name, Address, Address line 2, City, State/Province, Zip/Postal Code, Country

    Thread Starter qspider

    (@qspider)

    I am also using this import users plugin in conjunction with Ultimate Membership plugin. This plugin was suggested by the Membership plugin and mentioned in the forums.

    Plugin Author Javier Carazo

    (@carazo)

    @qspider,

    As this is described in the documentation tab, all columns must be named with their correct key (the key used in usermeta table).

    For example for WooCommerce: billing_address_1, billing_address_2, etc.

    Thread Starter qspider

    (@qspider)

    Thanks. I did not see that in the documentation. So I must create the form data in the Membership plugin first and then import correspondingly.

    • This reply was modified 7 years, 3 months ago by qspider.
    Plugin Author Javier Carazo

    (@carazo)

    Did you see the “Documentation” tab?

    Anyway, always you have to relate with meta_keys.

    This plugin and the other has to use the same data structures.

    Thread Starter qspider

    (@qspider)

    Yes I have been looking at it. I overlooked Serialized data section because I thought it didn’t pertain to what I was doing. After reading it appears I just did not understand it until rereading it now. I am working too much I guess. heh

    “Plugin can now import serialized data. You have to use the serialized string directly in the CSV cell in order the plugin will be able to understand it as an serialized data instead as any other string”

    Thanks for the quick responses. Great plugin!

    Plugin Author Javier Carazo

    (@carazo)

    @qspider,

    Thank you πŸ™‚

    If you have time, please leave us a good review and if you can, a donation it would always be really appreciated.

    Plugin Author Javier Carazo

    (@carazo)

    And yes if you have more questions, do not hesitate to ask us!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Fields not displaying from CSV’ is closed to new replies.