|
Query |
Response |
|
Can we able to change the check box exported status ON/OFF to true/false. |
We have checked the possibilities to changing the check box status in Json export, but the ON/OFF is preserved in the PDF document itself. We can export the current form data into JSON file format. So that we could not change the check box export status to True/False.
|
|
Can we able to remove the Unicode character on the exported data. |
For removing the Unicode character on exported data, it will affect the XML document. Because XML document will not support the whitespace character, so that we encode form fields name into Unicode characters while exporting to JSON data. |
|
|
|