<div class="markdown_content"><ul>
<li><strong>Group</strong>:  --&gt; TODO-3.5</li>
</ul>
<hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/cwb/feature-requests/45/">[feature-requests:#45]</a> CQPweb: csv as well as tab-delimited download formats</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> TODO-3.5<br/>
<strong>Labels:</strong> CQPweb <br/>
<strong>Created:</strong> Sun Jan 16, 2011 10:26 PM UTC by Andrew Hardie<br/>
<strong>Last Updated:</strong> Wed Dec 12, 2012 05:26 AM UTC<br/>
<strong>Owner:</strong> Andrew Hardie</p>
<p>This is easy to add as a single option on the "concordance download" page.</p>
<p>For other files it's trickier because they are generated from single menu commands rather than forms with options. Perhaps, for these, it could be a user-level setting "Generate tab-delimited or CSV files by default? (NB, unless you know what you are doing, you want tab-delimited)." The concordance download would then follow this user-setting UNLESS the user specifies otherwise on the download-settings page.</p>
<p>In terms of implementation: the concordance download module needs a full rewrite anyway to support field-data-view and XML visualisations. So adding in CSV support here can be done at the same time. For the other files it should be as simple as saying </p>
<p>if ($whateversetting) $line = tabs_to_csv($line);</p>
<p>(touch wood!)</p>
<hr/>
<p>Sent from sourceforge.net because cwb@sslmit.unibo.it is subscribed to <a href="https://sourceforge.net/p/cwb/feature-requests/">https://sourceforge.net/p/cwb/feature-requests/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/cwb/admin/feature-requests/options.">https://sourceforge.net/p/cwb/admin/feature-requests/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>