https://github.com/ericduran/feeds_multi_term
Allow Importing multiple taxonomy terms via Feeds
https://github.com/ericduran/feeds_multi_term
Last synced: 5 months ago
JSON representation
Allow Importing multiple taxonomy terms via Feeds
- Host: GitHub
- URL: https://github.com/ericduran/feeds_multi_term
- Owner: ericduran
- Created: 2011-06-08T18:31:12.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-08T18:31:40.000Z (about 15 years ago)
- Last Synced: 2025-04-15T18:44:58.857Z (about 1 year ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a very Basic Multi Term Imported for Feeds.
In order to import multiple taxonomy terms you will need to use "Multi: " field name Target.
This option can be selected when in the Feeds Mapping page.
You terms will need to be separated by "|". An example of a valid multi term csv file is below:
"title", "terms"
"This is my 1st Article", "Cat 1|Cat2"
"This is my 2nd Article", "Cat 1|Cat3"
"This is my 3rd Article", "Cat 2"