• Resolved wp_ris

    (@wp_ris)


    Hello,
    I wish to know if is it possible to import csv items into 1 post/page, from what i see the only option is create post/page “for each record in my data file.”

    In my case i want to put avangate csv file into one page.

    • This topic was modified 4 years, 8 months ago by wp_ris.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @wp_ris,

    from what i see the only option is create post/page “for each record in my data file.”

    Yes, that is how WP All Import is designed to work. If you want to import multiple records into 1 post, it would require a workaround. You could either:

    • If the file isn’t that big, convert it to XLSX and select the “data” element in step 2: https://d.pr/i/eOdaip. Then you can use FOREACH loops (see documentation) to import the data.
    • Or, if the file is too big for that, you could use a non-unique Unique Identifier on step 4 and write some custom code that uses our API (see documentation) to append the data from each record to the post you’re matching.
    Plugin Author WP All Import

    (@wpallimport)

    Hi @wp_ris,

    I’m going to mark this as resolved since it’s been a while. Feel free to follow up in this thread if you still have questions.

    Anyone else, please open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSV items into one page or post’ is closed to new replies.