Document Generation: Tagger converting values
Is there a way to convert a data value from what's in the incoming JSON to another value. I've got a UI that has radio buttons on it. The JSON submission looks like:
{
Is there a way to convert a data value from what's in the incoming JSON to another value. I've got a UI that has radio buttons on it. The JSON submission looks like:
{
Remember that the Tagger helps you design your document, but isn't actually used in a production application. You'll be using your Word template, your data, and calls to the API (normally via the SDK).
Before you call the API, you can manipulate your data as you see fit. So if you got that data above from a database, you would simply use code to change the 1 to Yes, and 0 to No.
In other words - get your data as you normally would - modify the data - call the API.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.