Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Import .csv record only if NO Match is found

Featured Replies

I am creating an import feature for a web form that generates a csv file.  I can't count on the user to always select the correct files to import, so I need to find a way to check for a matching record, and NOT import if a match exists.  There is a unique ID# generated for each form submitted as a csv file.

I also need to allow auto-enter functions so that a field is set to a particular value on the destination file. 

I would like to limit user input as much as possible, and script as much of this import as possible, but the schema and logic is escaping me at this time.  Any suggestions?

 

 

 

 

Try using validation on the ID - validate always do not allow override, must be unique.  If the validation fails, the record will not be imported.

If you begin the import with Set Error Capture [ on ], then the User won't even know which records failed.

Edited by LaRetta

  • Author

LaRetta - Fantastic!  Validation worked perfectly, and so simple.  Thank you!!!!

BTW - I have the import set to perform without dialog, so the error message does not show to indicate failed import - it just doesn't import. 

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.