Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Prokein 29 posts 105 karma points
    Apr 05, 2013 @ 23:10
    Peter Prokein
    1

    export to csv doesn't preserve field order?

    When exporting Contour form entires the columns are ordered alphabetically.  This disassociates information especially for forms which have numerous fields.

    Is there no way to have the output to CSV match the field order as displayed on the web page, which is the same as displayed in the Entries view of Contour?

  • Peter Prokein 29 posts 105 karma points
    Apr 06, 2013 @ 00:04
    Peter Prokein
    101

    To answer my own question; there was this from last year: http://our.umbraco.org/forum/umbraco-pro/contour/28527-Ordering-form-entry-results-in-Contour which says to edit /umbraco/plugins/umbracocontour/xslt/excell.xslt

    It's actually excel.xslt and what you need to do is to comment out the two instances of

    <xsl:sort select="caption" order="ascending"/>

    like this:

    <!-- <xsl:sort select="caption" order="ascending"/> -->

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies