The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Validation during CSV Import
Hello everybody,
When importing data in bulk from a CSV file into a form with a required field, is it possible to get the form to refuse to import if some cells in the CSV file are blank? Currently, rows with blank cells are getting imported.
October 31, 2017 at 6:15 am
All of the hooks related to CSV apply to exports, not imports. You may be able to use the frm_pre_create_entry hook. It can be used to process an import file from a URL. You would have to loop through the CSV and skip any records with blank fields. http://community.formidableforms.com/knowledgebase/frm_pre_create_entry/
Discussion closed.