Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Getting dataType info
manstein
Hi all,
Is there a way to extract the dataType information? I am
extracting content by implementing the Emitter extension point. I need it for an emitter which i am implementing.
<structure>
<property name="position">4</property>
<property name="name">QUANTITYINSTOCK</property>
<property name="nativeName">QUANTITYINSTOCK</property>
<property name="dataType">integer</property>
<property name="nativeDataType">4</property>
</structure>
In this snippet, lets say i want to know that the type in integer.
However, IDataContent.getContentType() is returning 3 (DATA_CONTENT).
So how can i get the datatype information of cells in tables, data boxes, etc?
Thanks a lot in advance!
Find more posts tagged with
Comments
There are no comments yet