• Resolved avviano

    (@avviano)


    I am really struggling with the plugin. First it does not import external images, which is a real hassle. But I was able to solve that by changing URL stem.

    However, the most frustrating issue currently is that the post_date is not importing. I have tried every format there is. It always takes the current date / time stamp, not the date and or time in the post_date column of the CSV. I used the exact format in your sample CSV, I also tried the standard SQL format. I must have done like 10 different formats. Extremly time intensive. I have wasted hours on this. So frustrating.

    Importing a date successfully should be a straightforward procedure in any plugin. But in this plugin importing date DOES NOT WORK!

    • This topic was modified 6 months, 3 weeks ago by avviano.
    • This topic was modified 6 months, 3 weeks ago by avviano.
    • This topic was modified 6 months, 3 weeks ago by avviano.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mobeen Raheem

    (@mobeenraheem)

    Hi


    Thank you for reaching out to us.

    For images, this plugin supports two methods: either import them into the Media Library first and use their URL like  https://yourdomain.com/wp-content/uploads/2024/09/my-cat.jpg

    or upload them to your domain somewhere plugin and use their URL, plugin will add them to the Media Library like
    https://yourdomain.com/images/my-cat.jpg


    We are also planning to add support for external images in a future release.

    If you are trying to import posts and custom posts, the column name will be post_date if you are importing pages, it will be page_date and if you are importing products, the column to use is product_date


    The plugin is importing dates correctly, as we have just checked and confirmed.

    Please check a screenshot.

    https://drive.google.com/file/d/1Vo_vunKVAbd6j6NxwcDzajLMBxr2ZVGe/view?usp=sharing

    Please note that post_date imports only the date, without a specific time. Currently its importing posts with specified date with current time.  We will add time support in a future update.


    Example data
    Month/Day/Year  —> 12/05/2022
    Day/Month/Year  –> 20/04/2021


    Please let me know if you need further assistance.

    Thank you

    Mobeen

    • This reply was modified 6 months, 3 weeks ago by Mobeen Raheem.
    Plugin Author Mobeen Raheem

    (@mobeenraheem)

    Can you share your CSV file with us? This will help us figure out why post_date is not working for you.

    Plugin Author Mobeen Raheem

    (@mobeenraheem)

    Post time is now supported in CSV Importer Plus for ACF version 1.3.4

    You can set the post_date in your CSV file using these formats:

    d/m/Y –> 18/07/2025

    d/m/Y –> 18/07/2025 07:45 PM

    d/m/Y –> 18/07/2025 08:20:00 AM

    if the post_date field is empty, the plugin will use the current date and time. If it contains only a date, the plugin will use that date with the current time. If both a date and time are provided, the plugin will use them exactly as given.

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

The topic ‘post_date not importing’ is closed to new replies.