Default Trigger – Menu
Output File Type – CSV
This script will write out the currently displayed cue list in the Cue List view as comma delimited text in the script output window. You can then save the text as a text file for importing into other application such as Microsoft Excel. If you edit the script it is possible to change the delimiter from a comma to a tab. Details are in the script file. The first line of the data are the names of the data fields.

There are some user control variables in the script that you should adjust…

delimiter = ","
This is the field separator. There are occasions i.e. where the Label field would contain comma characters, where you would need to use a different delimiter character. If you want a tab delimiter, you should use delimiter = "\t". Default is ",".

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.