i can export "comments" correctly. However when ever export "competition" i get a csv, html with no results. On the xml export i get the following error
, hexadecimal value 0x1E, is an invalid character
This actually happens when i select "Approved" last 24 hours which has 3 entries.
Question1: Any ideas how to get the export from contour working.
Question2: I really need to get this data out. I've look at the db and the actual data seems to be encrypyted or very well abstracted:) .
I can see the data in table "ufrecordsxml" which contains xml nodes. Any ideas on how i can export directly from mssql.
cannot export records V2
hmm, my last post seem to break the forum :)
I have 2 contour forms
- comments (63 entries)
- competition (47152 entries, yes i was spammed)
i can export "comments" correctly. However when ever export "competition" i get a csv, html with no results. On the xml export i get the following error
, hexadecimal value 0x1E, is an invalid character
This actually happens when i select "Approved" last 24 hours which has 3 entries.
Question1: Any ideas how to get the export from contour working.
Question2: I really need to get this data out. I've look at the db and the actual data seems to be encrypyted or very well abstracted:) .
I can see the data in table "ufrecordsxml" which contains xml nodes. Any ideas on how i can export directly from mssql.
Ok to summarise. I was able to re-enable exporting by deleting the spammed records (UFRecords & UFRecordsXml). I could match these by IP.
Comment author was deleted
Hi Anthony,
Thanks for reporting this, looks like unicode characters can break the export.
We'll implement a sanitize method on the next maintenance release to solve the problem.
is working on a reply...