I made a .pdf form using livecycle designer, the form works great but now dealing with the data after has not been as much fun. report.csv
The form collects contact information, the csv that is spits out separates it not only by first/last/address1/address2 but by person.eg: person1firstname, person1lastname, etc... person2first, person2last, person2address1, etc.
I know the column headers are a disaster, it is from the structure of the form SIF[0].P1[0].PI[0].PIFirst[0]
SIF is the name of the document, Page1 is the subpage container for the page, PI is another sub-container, PIFirst is where data is entered in the form.
The form has places for 9 people with the last being able to duplicate itself for additional site staff, meaning the columns will always be of varying length due to this and that he information is compiled in adobe x pro, in batches of however many replies I get.
On the csv data starts in B2:EU2, each new row is a different form that was submitted.
I need all of the information to go into a different workbook with all of the first names in the same column starting in D5, all last in same column C5, all address 1 in same column F5, etc...
Instution B5
Last C5
First D5
Address1 F5
address 2 G5
City H5
State J5
Zip K5
Phone N5
Email P5
Fax R5
Im sure this might be easier if I knew how to use xml's, xmd's, etc... but I have zero programming experience. Writing some java into the pdf was challenging enough. I will be using this form to collect contact information from hundreds of places and potentially thousands of people, hence a macro would be nice.
Unfortunately there will also be duplicates in the data, is there any vb code that can remove duplicates, but is also searching by both first and last name, since their in different cells?
I have been banging my head against a wall for 2 days trying to figure this out on my own. I appreciate any help.
Bookmarks