Bug: Umbraco Contour CSV export bug when adding a new field to the form
Hi
We are really happy with Contour and are using it with more and more clients but now our client are running into trouble when the are trying to export there entries via csv :-(
The problem is when you are adding a new field to a form the csv export is broken.
1. Create a Form 2. Create two text field 3. Create some entries on the form 4. Create a new text field 5. Create some more entries
When you are exporting to CSV it will mix the field inputs :-(
When looking at the entries via Umbraco it looks good so I can conclude the bug only exist in export.
After writing the above. I did test the HTML table and XML export and the do also fails. When exporting to HTML table it's the same bug as CSV. When exporting to XML all the entries added after the new field was added to the form are not exported.
Bug: Umbraco Contour CSV export bug when adding a new field to the form
Hi
We are really happy with Contour and are using it with more and more clients but now our client are running into trouble when the are trying to export there entries via csv :-(
The problem is when you are adding a new field to a form the csv export is broken.
See this 2 minute video: http://screenr.com/5C4
It's pretty simple to reproduce
1. Create a Form
2. Create two text field
3. Create some entries on the form
4. Create a new text field
5. Create some more entries
When you are exporting to CSV it will mix the field inputs :-(
When looking at the entries via Umbraco it looks good so I can conclude the bug only exist in export.
After writing the above. I did test the HTML table and XML export and the do also fails.
When exporting to HTML table it's the same bug as CSV.
When exporting to XML all the entries added after the new field was added to the form are not exported.
Comment author was deleted
Thanks for the feedback Christian, looks like a bug in the xslt used to generate the csv export.
Does this also affect the other export types?
Comment author was deleted
Ok should have red the entire post, it happens on all export types
Comment author was deleted
Bug is fixed in maintenance release coming this week!
is working on a reply...