Book a Demo

Author Topic: Exporting CSV tagged values always adds TagValue_ prefix  (Read 2487 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Exporting CSV tagged values always adds TagValue_ prefix
« on: April 25, 2024, 07:47:08 pm »
How can I get EA to export the column names with just the TagValue name without the prefix "TagValue_"? Here are the raw csv headings:

Code: [Select]
TagValue_API-ID,TagValue_Version #,TagValue_Has Children,TagValue_Indent,TagValue_Heading,Name,Notes,Status,Type,GUID
I would like to see the following instead:

Code: [Select]
API-ID,Version #,Has Children,Indent,Heading,Name,Notes,Status,Type,GUID

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Exporting CSV tagged values always adds TagValue_ prefix
« Reply #1 on: April 26, 2024, 08:19:37 am »
Post processing.