Ask HN: What's the most widely used contact management solution?
Hello,
My application needs an address book to operate and I need to build some import tools. I'd like to target the most popular tool for storing contacts info for small businesses, at least in the first release. Should I just target Outlook CSV? What about LDAP and Active Directory ? Thanks!
5 comments
[ 3.6 ms ] story [ 22.7 ms ] threadJust make sure you have matching fields, for example a first, middle and last name instead of just first/last so it plays well with Outlook.
MS Access databases or Excel spreadsheets for small businesses that tend not to have AD set up.
Go for CSV to start with.