Regex filtering
-
Hi,
I have an element <CloseDate>01202020</CloseDate> that is written in DDYMMYYYY format. I only want to import posts that have a close date after 00002021 (that is, from the year 2021 onwards.)
How do I do this with the available filters in Wp All Import?
For example, I tried the greater than 00002021 but an old post from 1999 will still get imported because the number 01001999 is larger than 00002021.
I also tried greater than ends with 2020$ but that didn’t work.
Suggestions?
Thanks for the plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Regex filtering’ is closed to new replies.