Here, the answer of the last line is not in CSV, but I can see it directly on Umbraco Contour WebSite.
When investigating, I remembered that I changed the label of "Question1" which was "Question" when I answered the first time to this form.
And that's the problem ! In DataBase, the column "Form" of table "UFRecordsXml" saved the column name.
So I think that when exporting in CSV, Contour uses this label to export data and takes value for "Question1" only. So my "Question" is not exported...
Did someone already get this problem ? And how to solves this?
Umbraco Contour 3.0.29 : Export issue when updating field captions
Hello,
I looked on forum but I didn't find the answer of my question.
When I try to export data of a form (in CSV), some of the answers are left in "blank".
Here is an example :
"State","Submitted","PageId","URL","IP","MemberId","Question1"
"Approved","16/08/2017","5951","#","192.168.10.10","","Answer3"
"Approved","16/08/2017","5951","#","192.168.10.10","","Answer2"
"Approved","16/08/2017","5951","#","192.168.10.10","",""
Here, the answer of the last line is not in CSV, but I can see it directly on Umbraco Contour WebSite.
When investigating, I remembered that I changed the label of "Question1" which was "Question" when I answered the first time to this form.
And that's the problem ! In DataBase, the column "Form" of table "UFRecordsXml" saved the column name. So I think that when exporting in CSV, Contour uses this label to export data and takes value for "Question1" only. So my "Question" is not exported...
Did someone already get this problem ? And how to solves this?
I really appreciate any help you can provide.
is working on a reply...