Closed (fixed)
Project:
Tribune
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2009 at 22:01 UTC
Updated:
3 May 2013 at 19:50 UTC
There have been situations where I wanted to copy the conversation from a tribune into a node/comment elsewhere. However a simple copy and paste is ugly and some of the data such as the timestamps no longer make sense/are readable, so is there a away to have it nicely formatted?
Comments
Comment #1
SeeSchloss commented7.x-3.x has three different exports:
node/<nid>/xml is an XML format standard between all tribune engines
node/<nid>/tribune.rss is, as the name says, RSS
node/<nid>/tsv is a tab-separated list of the messages
TSV format might be the most interesting one for pasting into a spreadsheet and formatting it.