phildini / logtacts

Better contact management.
https://www.contactotter.com
MIT License
61 stars 19 forks source link

Add csv import #27

Open phildini opened 8 years ago

paulproteus commented 8 years ago

CSV from what? From logtacts? If so, I suggest not bothering and just doing JSON, but up to you.​

phildini commented 8 years ago

I basically want to accept as many upload formats as possible, to make it real easy for people to get their stuff into the app.

On Jan 24, 2016, at 23:02, Asheesh Laroia notifications@github.com wrote:

CSV from what? From logtacts? If so, I suggest not bothering and just doing JSON, but up to you.​ — Reply to this email directly or view it on GitHub.

phildini commented 8 years ago

When importing from CSV, should be able to add a tag to all imported contacts

phildini commented 8 years ago

So I want to be able to import CSV from Google and Outlook, and I think I want this to happen browser-side. http://papaparse.com/ seems to be a good way to accomplish this, plus some API endpoints.