WordPress Membership Plugin
I checked “access_starts”,”member_since” dates in notepad as follows: “2024/07/01″,”2022/01/27”,
It’s not the format since “member_since” properly imports, whereas “access_starts” always comes in as today’s date when any date is provided.
Strong indication there is a bug with access_starts import.
I found the cause of the problem
Of the 14 users, several of them are already Administrators in WP and their email was colliding. It was stopping each time it encountered one and that is why I had to run it multiple times. Once I removed the colliding emails, it worked all the way thru first time thru.