Book a Demo

Author Topic: Export Tag Values and Links to CSV  (Read 3409 times)

Clare_Francis

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Export Tag Values and Links to CSV
« on: July 07, 2004, 08:40:39 am »
I'm trying to export a list of objects (static data) with associated Tag values and links into CSV.  I've tried to set up a File Specification to do this, but can't work out how to add Tags and links to other objects into the list of Available Element Fields.

Can anyone help? ???

barny451

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Export Tag Values and Links to CSV
« Reply #1 on: July 09, 2004, 01:35:44 am »
I don't think you can export relationships in CSV; you will have to use the automation interface, which could also export the tags.

HTH
Ian

thomaskilian

  • Guest
Re: Export Tag Values and Links to CSV
« Reply #2 on: July 09, 2004, 03:38:14 am »
You can go to the database directly. Tags are stored in several tables. E.g. t_connectortags holds tags stored with associations.