3

CSV Import Wizard

Hello everyone,

Since a lot of our community members are interested in ways to automate the import of a CSV file, I decided to put together a complete working example database to show how to do it.

I'm happy to share the attached database and a sample CSV file with you. The file contains data on attendees of various events. Here are some things I've put into action:

  • There's a Dashboard where users can upload their CSV file. There's no need for an intermediate import table.

  • Don't use "Select" statements. Just rely on "References" instead.

  • Use the script on the server side to speed up the import process.

  • Check for duplicates in all three tables — Contacts, Events, and Attendees.

Happy coding!

2 replies

null
    • Rafael Sanchis
    • Rafael_Sanchis
    • yesterday
    • Reported - view

    Hi Sotirios, 

    It works great on the public web, but I don't know why it doesn't work on my Android app.

    Thanks for your work.

      • szormpas
      • 14 hrs ago
      • Reported - view

         Hi,

      Since the main code is running on the server side, I'm not sure why it's not working on your Android app. Unfortunately, I don't have an Android device for checking.

Content aside

  • 3 Likes
  • 14 hrs agoLast active
  • 2Replies
  • 26Views
  • 2 Following