Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Form Field Export not working (TXT) (RTF)

Community Beginner ,
Sep 13, 2016 Sep 13, 2016

Hi everyone

Would like to ask for some help

I have created a form in Adobe DC and wanted to export the form field data to a txt file.

I am able to export but once I open the txt file in notepad it is blank. 

I have tried this a few times and continue to get blank txt files.

I was able to export to excel and in rtf format successfully but I do not need the form field titles I just need the data so I can do txt to columns.

Can anyone help and share some thoughts on resolving this

thank you in advance.

Martin

TOPICS
Acrobat SDK and JavaScript , Windows
868
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 14, 2016 Sep 14, 2016

How did you export the data?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 15, 2016 Sep 15, 2016

Hi

I used the export feature on DC

Screenshots below

the end result is a blank txt file picture below

I was hoping export to txt would work and I could then import to excel and do text to columns but not understanding why this is not working - any thoughts would be appreciated

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 15, 2016 Sep 15, 2016

This will export the PDF document, not the form data. Use the export under prepare form.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 15, 2016 Sep 15, 2016

I know if you export as XML format but save it as a .XLS file; and it should import into Excel. I don't think there is a built-in easy way to export just the field values without the field names without using custom scripting, libraries or applications.

For a custom JavaScript solution; it's possible to loop thru each field, get the value and generate a string. But, i don't know if it's possible to save this text string to your desktop. A Visual Studio .net solution would be to use FDFToolkit.net, iTextSharp or other libraries retrieve the values. The .NET solution would allow you to fully control and customize the output.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 15, 2016 Sep 15, 2016

thanks for the replies

so if I understand this correctly a user that does not have ADOBE DC will not be able to export the form data into excel?

Martin

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 15, 2016 Sep 15, 2016

Why do you assume this?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 17, 2016 Oct 17, 2016
LATEST

hi all was able to figure this out with some tinkering..it turns out there is an export as spreadsheet function but you have to search for it in the toolbar and it will give you the csv file

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines