Bulk Data Import Design Best Practices? #754
-
Hello there, I'm designing a UI that involves bulk importing of many records at the same time. My thought is that a file-based upload (e.g. CSV) would be most appropriate. I wanted to ask if there were any design standards or best practices that I could pull from to accomplish this. I haven't come across this kind of interaction in the Twilio Console or in the Paste docs. The closest thing to what I think I'm looking for is something like what Flatfile offers. Thanks in advance for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @jme783 ! What info are you trying to import in each record? I'm going to reach out to some product designers, but you could take a look at this SendGrid flow for importing Contacts: https://mc.sendgrid.com/contacts/import/upload-csv ^ You can play around with the interaction if you have an account, download the sample CSV from that page, and reupload it. |
Beta Was this translation helpful? Give feedback.
-
This is super helpful @serifluous thank you so much |
Beta Was this translation helpful? Give feedback.
Hey @jme783 ! What info are you trying to import in each record?
I'm going to reach out to some product designers, but you could take a look at this SendGrid flow for importing Contacts: https://mc.sendgrid.com/contacts/import/upload-csv
^ You can play around with the interaction if you have an account, download the sample CSV from that page, and reupload it.