I have been using Acrobat Pro 9 to Merge Data File into Spreadsheet for the last 2 years. I recently "upgraded" to Acrobat X, the merge process no longer functions as it did.
Acrobat X does not include all of the form's fields in the csv. I cannot find any pattern in what is/isn't included*. I appears that it can import correctly from an xml file but I do not have time to generate these manually and do not know how I can automate the process.
Fortunately I still have my previous pc that still has Acrobat 9 which exports from the pdfs without an issue.
* I think I may have spotted the pattern - it appears that it is not exporting hidden fields (my form has heaps of these). I have looked through preferences and properties and can't find anything that will allow hidden fields to be exported.
I have seen posts that make me think that fields with scripts as well as hidden fields may be the problem. I have looked into the references about the function "remove hidden information" which would allow for scripts to be removed, but, this function is unavailable in my form (greyed out). And, in any case, I think the form data would go if the scripts were removed.
I would very much appreciate a solution for this problem. The 'Merge data files into spreadsheet' works beautifully in Acrobat 9. I may have to uninstall Acrobat X simply because of this problem. Meanwhile, I have a second computer with Acrobat 9, which needs to be used in order to process the forms as they come in.
I have noticed that when I view the XML for the form without any data, all looks fine. When I view the XML for the form with data added, the fields that do not 'compute' have a different structure in the XML code.
Here's an example showing two fields from the XML exported from my PDF form, one field (schlocation) imports into Excel with no problem and the other(schoolname) will not import into Excel.
Here is what the xml looks like with data. (I removed all of the 'less than' symbols so that the code shows. Please assume each new line begins with 'less than' symbol.) As you can see all sorts of gobbledegook is added for the schoolname field:
- Page2>
- schdetails>
- schoolname>
- body xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xmlns="http://www.w3.org/1999/xhtml" xfa:APIVersion="Acroform:2.7.0.0" xfa:spec="2.1">
p style="margin-top:0pt;margin-bottom:0pt;text-valign:middle;font-family:Arial;font-size:10pt">test school
/body>
/schoolname>
schlocation>test location-----
-----
Here is what the XML looks like without data:
- Page2>
- schdetails>
schoolname />
schlocation />