You can import data from various sources of the EVENT, JDBC, SAP, and CSV type for Data analytics. The data source for Data analytics is identified by a special attribute in the relevant XML file.
<!ATTLIST datasource
...
analysistype ( PROCESS | DATA_ANALYTICS) "PROCESS"
...
>
To import data for Data analytics, the attribute must have the value DATA_ANALYTICS. Otherwise, it will be interpreted as a data source for Process analysis.
The runtableimport program also extracts two other fields from the data source.
<!ELEMENT data (#PCDATA)>
<!ELEMENT realmtable (sourcetable?)>
<!ATTLIST realmtable
tablename CDATA #REQUIRED
>
The tablename attribute contains the table name specified in the configuration of the analysis realm including the data source. The data referenced in the data source is imported into this table.