Book a Demo

Author Topic: Adding to the list of exportable"Available Fields"  (Read 2684 times)

EdK

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Adding to the list of exportable"Available Fields"
« on: February 05, 2013, 06:20:40 am »
Is there a way to add to the list of available fields that one can export to a CSV file? In particular I would like to export an object's "RunState".
R/S Ed K
(EA Ultimate Edition Version 12.1.1228)

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Adding to the list of exportable"Available Fie
« Reply #1 on: February 05, 2013, 10:21:04 am »
There is no way to extend the available element fields in the CSV Import/Export Specifications dialog.

For greater control over the data exported and imported from CSV, there are scripting libraries available which can be used to write your own custom CSV import/export processes.  (See: View | Scripting > EAScriptLib > JScript-CSV)