Plugin Notification
Void Records: #
Explanation
It is important not to confuse void with dropped. We named records dropped when the plugin (using php and mysql) cannot import a row from the CSV file at all and so nothing is imported too the database. Void is totally different and the void status is applied too a record after a row has been imported from the CSV file. So the import is a success, but the record is still not to be used for whatever reason.
Void records are not decided by CSV 2 POST without some guidance from the user. A record will only be made void during data import when the user creates rules to cause the void status to be applied. The rules can vary and we can add more types of rules on request. It is basically the idea of checking each CSV file row for quality and confirming that each row is fit for purpose. The purpose being determined by the user and project.
If you have no idea what data rules I’m talking about. Then your void counter should always show zero. If it does not, please investigate.
Solution
- If you would like to apply void status too some of your records in an easy way. Use the Data Rules features on the Your Data page. These rules may only apply too the full edition or at least their full ability will.
- If you have records being void but do not want this to happen. Reset all forms related too data import rules on the Your Data page.
Technical Information
- This notification can be found in function csv2post_form_importdata()
- Void status is stored in the “csv2post_inuse” column as boolean, false indicates the record is not to be used. Null, empty, blank or true indicates no void status has been applied and the record can be used.