Three suggestions.  1 - Use adobe acrobat and their forms, though I am not sure how restrictive you can be on them, they offer much functionality.  2 - Create a stand alone web server and CGI that do all the validation for you and then generate a known good import file which could be an excel spreadsheet.  I have seen this work, though it usually entails targeting a specific platform (i.e. windows vs macosx vs linux) as you have to supply a simple web server for it. 3 - keep your current system, but write a piece of code that validates the incoming data and immediately rejects it and returns it to the author with instructions on what is wrong or broken.  This will, hopefully, then further educate them and as long as you have regular submitters they will be educated and resolve the issue.  This last is probably the least useful method as it will often require going back and forth with the comment supplier and can even encourage people to stop supplying comments.<div>
<br></div><div>Let us know what your final solution is.</div><div><br></div><div>Andy<br><br><div class="gmail_quote">On Tue, Oct 4, 2011 at 5:23 AM, James Courtier-Dutton <span dir="ltr"><<a href="mailto:james.dutton@gmail.com">james.dutton@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
At work we have a system of sending out documents we have written to<br>
other 3rd parties.<br>
The job of the 3rd party is to review the document and feedback their comments.<br>
We then collect all the comments from all the 3rd parties and import<br>
them into a master list of comments, which we then use to improve the<br>
next document release.<br>
Currently this process uses Excel for people to enter their comments,<br>
and then we import the Excel comments into a database.<br>
The problem is that the Excel format does not seem to be restrictive<br>
enough. I.e. We wish to restrict some fields to specific range of<br>
values etc.<br>
The users invariably enter the data slightly differently, and this<br>
causes problems with the import.<br>
Does anyone know of an opensource package that we present a form to<br>
the user, with drop down boxes for values to put into the form, and<br>
one or two free text box.<br>
It must be possible for the user to enter as many records as they wish.<br>
We then need the form to be exportable to XML format, so that we can<br>
import it easily into our database.<br>
The solution must also be stand alone. I.e. Not web server or web<br>
service/clound based.<br>
I.e. A person with a laptop that is not connected to the network<br>
should be able to raise comments.<br>
<br>
Any ideas?<br>
<br>
Kind Regards<br>
<br>
James<br>
<font color="#888888">--<br>
Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br>
<a href="http://lists.gllug.org.uk/mailman/listinfo/gllug" target="_blank">http://lists.gllug.org.uk/mailman/listinfo/gllug</a><br>
</font></blockquote></div><br></div>