Re: Export of Issues to CSV

Andreas Flöter <[email protected]>
Newsgroups gmane.comp.bug-tracking.roundup.user
Message-ID <[email protected]>
On Sunday 09 March 2014 14:19:51 Andreas Flöter wrote:

I found already a mistake in my code. The 'list_sep' variable is a local to 
the class and must be reference as 'self.list_sep'.

75c75
<                     return self.list_sep.join(seq)
---
>                     return list_sep.join(seq)
85c85
<                     return self.list_sep.join(seq)
---
>                     return list_sep.join(seq)

> Hi,
> 
> I have extended a little the "ExportCSVNames" script from the Wiki which now
> resolves also Lists and Multilink values to there clear text values.
> 
> The date is not yet aligned to the timezone. This needs to be fixed.
> 
> My amendments are not really beautiful but I was wondering if somebody could
> incorporate this functionality into the main stream of roundup. The current
> CSV export is very basic and could be more helpful if done in this way.
> 
> Andreas

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.