Get one of the records value from the uploaded XML/CSV file
-
Hi,
I need to compare 2 fields before letting the upload to be done. Need to check whether one field values are agreeing before accepting into the database.
I found this but don’t know how to do this check within this action:
<?php add_action('pmxi_before_xml_import', 'before_xml_import', 10, 1); function before_xml_import($import_id) { echo 'pmxi_before_xml_import'; } ?>
How can I do that please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get one of the records value from the uploaded XML/CSV file’ is closed to new replies.