exporting contacts

  • Thread starter Thread starter kelly hunt
  • Start date Start date
K

kelly hunt

I have created a custom form for contacts. I am trying
to export the information from those contacts to a .csv
file so that I can import into Microsoft CRM. When I
export out of Outlook - not all of my fields are
exported, does anyone know of a way that I can choose
which fields I would like to export? Or set it to export
all of my fields from my contacts?

Thanks,

Kelly
 
Outlook doesn't support exporting custom fields or custom form items. Quick
and dirty method:

1. Put all the items from your form in one folder.
2. Use a table view to display all the data fields that you want to export
to Excel.
3. Choose Edit | Select All.
4. Choose Edit | Copy.
5. Paste to Excel.

Otherwise, you'd have to write custom code or use a third-party application.
See http://www.slipstick.com/dev/customimport.htm.
 
Back
Top