The Ad Hoc editor supports only certain data types. If a Topic contains a field with an unsupported type, the field does not appear when you open the Topic in the Ad Hoc editor. These are the data types supported in the Ad Hoc editor:
Unsupported data types may occur when editing Topics manually, and sometimes with data sources for big data, in particular MongoDB. The connector for MongoDB uses the data type of a given value in the last document containing that value, and errors in input files may cause unexpected types. For example, omitting the single quotes in the JSON format causes a string type to be interpreted as a numeric type.
If your Topic or Domain fields do not appear in the Ad Hoc editor, you can enable logging on the following class to see details of fields with unsupported data types:
com.jaspersoft.ji.adhoc.metadata.AdhocTopicMetadata
For information about enabling logging, see Configuring System Logs.
Recommended Comments
There are no comments to display.