Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to make sure json output is correctly parse

 
Nakataa Kokuyo
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good day,

I'm trying to parse a pdf file (financial statement) and generated a string content as attachment, however the json giving error 404.
- how could i attach the output file? Both .txt and html file are not allow.

May i know how could we validate the json? I don't have much knowledge on jSON.

more importantly, how could we parse a pdf and retrieve the data with right json format ?

Thanks a millions.

My code to generate the pdf content

 
Nakataa Kokuyo
Ranch Hand
Posts: 193
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Resolved this with jackson.databind, thanks eveveryone
reply
    Bookmark Topic Watch Topic
  • New Topic