Skip to main content
Known Participant
March 27, 2018
Answered

Export data-layout of a pdf form

  • March 27, 2018
  • 2 replies
  • 526 views

Hello there

I created a pdf form and now I would like to collect data by exporting the files into a .csv. There, all the values are in the same field but separated with ",". Can I change this somehow so each form field gets his excel field?

This topic has been closed for replies.
Correct answer try67

Acrobat only exports the form data as a tab-delimited text file. If you want to generate a CSV file you can do it using a script.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 27, 2018

Acrobat only exports the form data as a tab-delimited text file. If you want to generate a CSV file you can do it using a script.

Legend
March 27, 2018

CSV stands for comma-separated-values so that's exactly right. Excel can import CSV data into separate rows. It should do this automatically when you open a file called CSV.