#407 new
Paul Jones

Allow format specification for reports

Reported by Paul Jones | November 3rd, 2011 @ 05:35 AM

As part of #404, we introduced the report manager that can dispatch reports to listening HTTP endpoints. It currently sends only CSV.

Initially, we'd like the content to be gzipped, but this would force all consumers to support gzip compression. A good way to allow this would be to specify a format for the report. This also opens the possibility of formats in HTML or PDF or ... later.

As part of this ticket, reports should be able to be configured to output:

  • CSV
  • Gzipped CSV

A report node might look like:

<report name="Post Differences" report-type="differences" format="csv" target="http://example.com/handler" />
<report name="Post Compressed Differences" report-type="differences" format="csv.gz" target="http://example.com/handler" />

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A Real Time Differencing Tool.

Shared Ticket Bins

People watching this ticket

Pages