You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to convert Taleo JSON Text data back to original binary data for PDF in C#?

Question
53
Views
0
Comments
edited Dec 13, 2022 6:43AM in Taleo Enterprise

Summary

Taleo converted binary PDF file to a JSON Text string, how I get the original binary data back using C#?

Content

I am attempting to convert the text string that holds the binary information for the Taleo resume files back into binary format to save as a PDF.

I am able to get, successfully call and parse the data from the Taleo API URL:  Candidate.RelationshipUrls.Resume

From my understanding, the "Content" field of the returned JSON data holds the guts of the data for that file, but since the Taleo API returns JSON data which is text, any binary file data - like PDFs - have to be converted/encoded to a text format so it can be put into JSON to get to my process.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!