Sign in
eclipse
/
amalgam
/
org.eclipse.amalgam
/
refs/heads/origin
/
.
/
examples
/
org.eclipse.amalgam.examples.requirements.ui
/
templates
/
mindmap2csv.xpt
blob: 1ce6a8800e7afd820cdbce6629cf6276a5c1f7d0 [
file
] [
log
] [
blame
]
«
IMPORT mindmap
»
«
DEFINE
Main
FOR
Map
»
«
FILE
(
title
==
null
||
title
==
''
?
'map'
:
title
)
+
".csv"
-»
«
FOREACH elements
.
typeSelect
(
mindmap
::
Topic
)
AS topic
-»
«
topic
.
name
»,«
topic
.
priority
»,«
topic
.
start
»,«
topic
.
end
»
«
ENDFOREACH
»
«
ENDFILE
»
«
ENDDEFINE
»