Sign in or 

|
rabidraccoon |
Latest page update: made by rabidraccoon
, May 7 2009, 1:56 PM EDT
(about this update
About This Update
No content added or deleted. - complete history) |
|
Keyword tags:
cingular 8125
contacts
htc wizard
iden
motorola i730
transfer
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| johnrodkey | Notes on the n2o script | 0 | Dec 7 2006, 7:37 PM EST by johnrodkey | ||
|
Thread started: Dec 7 2006, 7:37 PM EST
Watch
The n2o script places the 'name' field from the iDEN phone into the 'First Name' Outlook field.
Clearly this is not ideal. If your iDEN has "firstname lastname" format for your name field, you may refine this script by inserting a tab and the label "Last Name" on line 14, and the line sed 's/ /<tab>/' | after line 11 . ( note that <tab> above is a literal tab character, inserted into the file.) Likewise, if the iDEN name format is "lastname, firstname", insert "Last Name<tab>" before First Name on line 14, and after line 11, put sed 's/,/<tab>/' | I hope this helps someone. It was an interesting project to figure out. John |
|||||
|
|
n2o (Unknown File - 1k)
posted by johnrodkey Dec 7 2006, 7:29 PM EST
n2o - script to reformat iden phonebook to outlook import format
|