importing multiple tags using a csv file

Discuss MyInfo and get help here
Post Reply
mscheibe
Posts: 2
Joined: Wed Aug 31, 2016 2:34 am

importing multiple tags using a csv file

Post by mscheibe »

How do I import multiple tags per document using a csv file? Is there a special character needed to separate tags?

thank you
Petko
MyInfo Support
Posts: 3237
Joined: Sun Jul 25, 2004 4:33 pm
Contact:

Post by Petko »

In order to import tags, they need to be separated by comma. But since comma is the delimiter for CSV files, the field needs to be enclosed by a text qualified (quotes for example). So you need something link this:

Code: Select all

document title 1, "tag 1, tag 2"
document title 2, "tag 1, tag 3"
mscheibe
Posts: 2
Joined: Wed Aug 31, 2016 2:34 am

Post by mscheibe »

yes that did it!

thank you
Post Reply