Skip to content

form export should include alternativename and mappingname #1099

@tmm1

Description

@tmm1
wget https://www.courts.ca.gov/documents/fw001.pdfpdfcpu form list fw001.pdf
Pg L Field     │ Id                  │ Name
━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1    Textfield │ 176.177.302.354     │ FW-001[0].Page1[0].RightCaption[0].CourtInfo[0]
     Textfield │ 176.177.302.355     │ FW-001[0].Page1[0].RightCaption[0].CaseNumber[0]qpdf --json fw001.pdf | jq '.acroform.fields | map({fullname, mappingname, alternativename}) | first'
{
  "fullname": "FW-001[0].Page1[0].RightCaption[0].CourtInfo[0]",
  "mappingname": "Superior Court of California County of",
  "alternativename": "Superior Court of California County of"
}

these come from:

  • alternative field name (/TU)
  • mapping field name (/TM)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions