Book a Demo

Author Topic: how to export element list  (Read 5342 times)

leslierunnels

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
how to export element list
« on: February 04, 2009, 05:51:39 am »
I have BPMN diagrams and I want to export a list of the activities to excel - has anyone done that?  I tried to export or copy the element list view, but no such luck.

thanks in advance,
leslie

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: how to export element list
« Reply #1 on: February 04, 2009, 05:54:34 am »
Have you tried doing a CSV export of the package where the elements are, then define your CSV export to ONLY export those types...

Remember  CSV exports will not export anything but the primary properties of the elements (no tagged values, etc.)

David
« Last Edit: February 04, 2009, 05:54:59 am by bioform »
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

leslierunnels

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: how to export element list
« Reply #2 on: February 04, 2009, 06:24:49 am »
bioform - I haven't tried the csv at all - how do you start that - I don't see it as an option in the project browser

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: how to export element list
« Reply #3 on: February 04, 2009, 07:17:55 am »
To do a package export using CSV... (it is described in more detail in Help - Keyword: CSV pretty straight forward)

but basically:
  • Right-Click package, select Import/Export... CSV Import/Export
  • Popup dialog for CSV Import/Export... Edit/New
  • Type Name in "Specification Name" - BPMN Element Export
  • Type Default Filename (navigate to, and specify a file name) - My BPMN Element Export
  • Select "Default Direction" of Export
  • Default Types - "leave blank for now..."
  • Available Element Field (select ALL) then click "Add Field", this moves all of the fields to the lower box (File Specification)
  • Click Save (returns to previous dialog)
  • Click Run, go look at your file. Decide what columns you want, go back edit your specification and select and move the fields from the lower box upward, Save, and Run again!

David
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

leslierunnels

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: how to export element list
« Reply #4 on: February 04, 2009, 10:07:39 am »
bioform - beautiful!  thank you - that did just what I needed