• Need private_ID field to be exported in CSV. The field is populated when created new posts and can be seen on the posts in backend and frontend page. The field can′t be found in admin Manage Database Fields page so I can′t check if it is marked for CSV. Can′t figure out why.

    My setup WordPress 5.7.2 | PHP 7.4.11 | Apache | MySQL 5.5.52-MariaDB-cll-lve
    PDB Version 1.9.7.1

    What to do?

    • This topic was modified 3 years, 6 months ago by kjni.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Check the Manage Database Fields page under the “Record Info” tab.

    Thread Starter kjni

    (@kjni)

    Thanks for super quick answer. However – the problem is that private_ID is not listed under Record Info tab.

    The fields listed are: id (the successive post number), date_recorded, date_updated, last_accessed.

    On a post in backend admin the fields listed are: id (the successive post number), private_ID (LH7OCI4S, set to length 8 with set_private_id_length) , date_recorded, date_updated, last_accessed.

    Could there be a conflict between id and private_ID? However id cant be deleted.I have Participants Database Field Group Tabs but this seems to have no effect on the problem.

    The field obviously is there and populated but is not displayed on Manage Database Fields page under the “Record Info” tab and is not include in CSV export. What to explore as next step? Best Regards / Kjell Nilsson

    Plugin Author xnau webdesign

    (@xnau)

    Are you using the latest version of Participants Database?

    I can’t think of a reason that field would not be there unless it was somehow deleted from the fields table. There isn’t any possibility the private_id field would be confused with the id field.

    If you’re using the latest version of Participants Database, check your database tables for the field, it will be in the table named wp_participants_database_fields Probably it will be there, but I don’t have any other ideas why that field would not be present on the Manage Database Fields page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Private ID field not exported in CSV’ is closed to new replies.