Address Book

HiI have my address list in CSV format. Can anybody tell me how to import this to my seconadry address book.

Please give me the procedure in details.

Subject: Address Book

You could write a LotusScript agent to open the CSV file, parse the contents and write the documents - OR - you could import the CSV file to a spreadsheet and then import the spreadsheet file at view level. The second option would require less coding.