View Single Post
  #1  
Old 02-09-2006, 04:40 PM
tfj tfj is online now
Registered User
 
Join Date: 01-29-2006
Posts: 19
When Importing ...

When importing a list of items in order to have them quickly inserted as Nodes on a Tree (e.g., by inserting paragraphs as Childs), I was wondering if this can be done in UR. Let's say the rtf file to be imported looks like this:

01_snake 54
02_cat 43
03_dog 5555
04_fish 4322
05_bird 12

and so on (notice the spaces after the words and before the numbers ).

Now when the rtf file is imported, the Delimiter Info is paragraphs, and UR imports the five paragraphs without any problem (that is, there will appear five new nodes on the tree)., However, there any way to have the nodes end at the space, that is, before the numbers (54, 43, etc.), which will appear instead in the Item Details and not in the Nodes? And is it also possible to do something so the initial items (e.g., 01_snake) is not repeated in the Item Details window? So it will look something like this (I hope the formatting doesn't get mixed up after posting):

Data Explorer Item Details
01_snake 54
02_cat 43
03_dog 5555
04_fish 4322
05_bird 12

and NOT like this

Data Explorer Item Details
01_snake 54 01_snake 54
02_cat 43 02_cat 43
03_dog 5555 03_dog 5555
04_fish 4322 04_fish 4322
05_bird 12 05_bird 12

which is what happens when the paragraphs are imported.
Reply With Quote