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!
9 replies
-
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.
-
Great example! Is it possible to use it offline?
-
I see the problem now. The main script depends on the shareFile() function to create a link of the CSV file, and I guess that's not possible locally.
So, the solution above only works for the web.
Content aside
-
4
Likes
- 15 hrs agoLast active
- 9Replies
- 44Views
-
3
Following