Argomento precedente: Sezione TranslationTableCollectionArgomento successivo: Definizione delle formule di business logic (esperto di business logic)


Sezione TranslatorCollection

La sezione TranslatorCollection descrive come convertire i record dell'origine dati analizzati e modificati estratti nella sezione precedente in un evento CA Business Service Insight.

Quando la modalità dell'interfaccia è "online" (in linea), l'evento CA Business Service Insight dispone di una struttura unificata che contiene i seguenti campi:

Quando la modalità interfaccia è "offline" (non in linea), non sono presenti limitazioni sul numero dei campi o sul relativo nome.

Struttura XML:

<TranslatorCollection>
   <Translator TranslatorName="events" OnDuplication = "ignore">
	<TranslatorFields>
		<TranslatorField Name="ResourceId" SourceType="table"
		    SourceName="ResourcesTranslateTable" Iskey="yes"/>
		<TranslatorField Name="EventTypeId"	SourceType="constant"
		    ConstantValue="1002" Iskey="yes"/>
		<TranslatorField Name="Timestamp"  	SourceType="field"
                SourceName="timestamp" Iskey="yes"/>
		<TranslatorField Name="Value" 	SourceType="table"
                SourceName="valueUpDownTranslateTable" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="field"
                SourceName ="nodeName" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="constant"
                Type="integer" ConstantValue="1000" Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="field"
                SourceName ="timestamp" TimeShift="-3600"
                TimeShiftFieldName="createDate"	Iskey="yes"/>
		< TranslatorField Name="Value"  SourceType ="lookup"
                SourceName ="ServiceTable" LookupValue="word"
                Iskey="yes"/>
      </TranslatorFields>
   </Translator>
</TranslatorCollection>