
Cliff
Staff

Aug 5, 2005, 2:43 PM
Post #3 of 6
(13152 views)
Shortcut
|
|
Re: [Ruthie] duplicating a document group
[In reply to]
|
Can't Post
|
|
Hi Ruthie, Thanks for posting and sorry for the delay in getting back to you. Each entry into DocBuilder needs to have a unique number, so I suspect that you have some duplicate numbers in there. If you open the article.dat with a text editing program, you will see that each item is just a separate line in the file the line will look something like this: 1ˇ1123275275ˇ1123275275ˇ1ˇ1ˇ0ˇ1ˇ0ˇˇˇtextˇˇ The first column (1ˇ) would represent the document number (this number must be unique). So I think that the easiest thing to do would be to move the data into a .txt file and then import that into a .CSV file. That way you can give each document it's own unique number. When you given each document it's own unique number, you can move the the content back into a text editor (I use Ultra Edit, but you can use whatever program you like) using the copy and paste method. When you paste the content, there should be spaces between each column, or the default delimiter. Once the data is all in the text file, do a search and replace on that file, replacing the space or default with the DocBuilder delimiter (ˇ). You will want to make sure that there are not any extra or missing fields in the list, so compare an exiting entry to one of the new documents in your list. Give that a try and let me know if that helps get you back on track Regards, Cliff Stefanuk - Customer Service Manager [email]support@interactivetools.com[/email]
|