• Resolved luke1985

    (@luke1985)


    This is a similar question like this post

    Wp Import/Export works like a charm with Sportpress, but i’m having the same issue when i have to import Games: in the CSV the post_meta sp_team is:

    sp_team
    95||93

    and it’s just the only field who does not work, post metas are not updated and if you edit the game, you will not see any related team.

    There is a workaround to make it work?

    The idea behind this question is: Wp Import/Export Pro has an option to schedule imports of Google Sheets.

    What I’m doing is getting a table data of matches from a website with ImportHTML and in a second sheet I import the original data. With some formulas I modify them in a scheme suitable for importing.

    This way when the data on the original site is changed (for example the results) the excel sheet does everything by itself and WP Import / Export only has to take care of importing the sheet once a day.

    PS: I have seen there’s the option to serialize or map the custom field sp_team, but i’m not a programmer and I don’t know if it’s relevant to this question

    • This topic was modified 3 years, 8 months ago by luke1985.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @luke1985 ,

    sp_team post_meta of an event is just an array of the teams IDs that participate in that event. So 95||93 is an array(95,93), where 95 and 93 are the IDs of the participating teams . I hope that helps you proceed.

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)

The topic ‘WP Import/Export by VJInfotech’ is closed to new replies.