Exmaralda-Org / exmaralda

26 stars 15 forks source link

Tabular export #446

Open berndmoos opened 5 months ago

berndmoos commented 5 months ago

Select one master tier and 0-n dependent tiers, then export one event in the master tier per row with events of other tiers in additional columns. Export could be XML, to be opened in Excel, or it could be CSV, probably need both. Need to check what TSV-Export actually does...

https://github.com/Exmaralda-Org/exmaralda/blob/master/src/org/exmaralda/partitureditor/jexmaralda/convert/TsvConverter.java

berndmoos commented 1 month ago

Question is: what does "events of other tiers" mean? This is only straightforward if there is a 1:1 relation between events in the master and events in the dependent tiers. What if there is a n:1 relation? The dependent event could then occur with the first event only or with all of them.

berndmoos commented 4 weeks ago

image

(This is not an export, but so what)