How make fields into records

  • Thread starter Thread starter Adker
  • Start date Start date
A

Adker

I'm importing a series of large notepad files which consist of ; separated
email fields. When I import themIget one big long record with the number of
fields equal to the number of email address fields. Thats OK but how to I
create a single record for each field? Or is there a better way to do this?
 
Open the text files in a text editor of your choice, find semicolons and
replace with a Carriage Return / Line Feed pair.

Import the file.

MH
 
Does this work for commas too?

JHL

MH said:
Open the text files in a text editor of your choice, find semicolons and
replace with a Carriage Return / Line Feed pair.

Import the file.

MH
 
Thanks very much. JHL, I used the replace function in Word 2003 and it was
perfect.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top