• Resolved Acceler8Media

    (@acceler8media)


    Hello,

    I hope you can help.

    I have set up a link with FTP download option and successfully imported individual products. So this all works manually.

    The FTP folder has multiple csv files that need importing and I want to run it on a cron. I’ve added the delete after import function as per your documentation, but the imported files remain.

    Also for the import I have used the wildcard file {newest.csv} but the import keeps running the same file and skipping the data?

    Thanks,

    Nathan

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @acceler8media,

    Unfortunately, you can only select 1 file per-import, and the “Delete source XML file after importing” option only deletes the local import file.

    The only options here are:

    • Option 1: Set up 1 import per file.
    • Option 2: Write a custom PHP function to use in the “From URL” field in the Import Settings. The function returns the appropriate file each time the import runs. Example function that you can modify: https://d.pr/n/pAWmDX.
    • Option 3: Write a proxy script that combines the files and returns the full data set to WP All Import. Point the import to the proxy script.
    Plugin Author WP All Import

    (@wpallimport)

    Hey @acceler8media,

    I’m going to mark this as resolved since we haven’t heard from you in a while. Let me know if you still have questions about this.

    Anyone else, please open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import From FTP With Multiple csv Files’ is closed to new replies.