Export filled in fields to txt or excel in non-alphabetical order
Hello,
I'm new to Acrobat and I was hoping someone could shed some light on something I'm trying to do.
We have a form that we created that has a bunch of text fields, checkboxes, signatures etc... The end goal is to have the data that is entered into all of these fields be outputted and appended to a master excel spreadsheet.
What I am trying to do with this form right now is to figure out how to export only the field data. I see under Prepare Form>More (on the right panel)>Export Data that I am able to export it as a .txt file, but this is outputting it in alphabetical order and not in the order on the page.
If I export to an excel sheet it is just copying the entire page and converting it, when I only need the field data.
Is there another way to do this that I cannot find searching the internet? I have created a button that executed the following script, but it will be really inconvienent to have someone click the button, output the data, then import it manually in a sheet.
var fields = [ "ORIGINATOR", "DATE", "CUSTOMER"];
this.exportAsText( { aFields: fields });
Thanks for the help!
