• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Importing Tag data.

Zaphod Beebledoc

Well-known member
It would be useful to be able to import a list of Tags in one go.

Maybe something as simple as pasting a list and getting them automatically separated into different tags.
 
What kinds of long lists of tags are you importing? Where do you get them from? Some of this may be alleviated when we flesh out the built-in tag options, which are pretty sparse right now.
 
I've done a bit of thinking about this and if you had a list of tags in a spreadsheet, or a comma separated value file, properly formatted, it could be imported easily.

You would have to put the tag group first, then the name of the tag, followed by the optional order. (That I suggested in another thread.)

Animal,pig,3
Animal,cow,1
Animal,donkey,2
Element,zinc,30
Element,gold,79
Element,silver,47
Element,boron,5
Element,hydrogen,1

Potentially, tags belonging to several groups could be input like this very quickly and put into the correct group

Name Order

cow 1
donkey 2
pig 3

Tag Domain Element

Name Order

hydrogen 1
boron 5
zinc 30
silver 47
gold,79
 
Back
Top