Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Extra fields

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

source

str

 

timestamp

str

 

hits

str

 

fecha

str

 

titulo

str

 

autor

str

 

programa

str

 

seccion

str

 

emisora

str

 

tema

str

 

idRef

id_ref

str

 

idRef

duracion

str

 

horas

str

 

urlAudio

url_audio

str

 

urlAudio

urlSource

url_source

str

 

urlSource

tipo

str

 

fuente

str

 

hostchain

str

 

tag

str

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.

...

Anchor
tag1
tag1
cdn.akamai.access

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

Code Block
"akamai"

str

timestamp

-

timestamp

  
Code Block
null("")

str

hits

hits

 

str

fecha

fecha

 

str

titulo

titulo

 

str

autor

autor

 

str

programa

programa

 

str

seccion

seccion

-

Code Block
null("")

str

emisora

emisora

 

str

tema

tema

 

str

idRef

idRef

id_ref

id_ref

 

str

duracion

duracion

 

str

horas

horas

 

str

urlAudio

urlAudio

url_audio

url_audio

 

str

urlSource

urlAkamai

url_source

url_source

 

str

tipo

tipo

 

str

fuente

fuente

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Anchor
tag2
tag2
cdn.triton.access

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

Code Block
"triton"

str

timestamp

timestamp

 

str

hits

hits

 

str

fecha

fecha

 

str

titulo

titulo

 

str

autor

autor

 

str

programa

programa

 

str

seccion

seccion

 

str

emisora

emisora

 

str

tema

tema

 

str

idRef

idRef

id_ref

id_ref

 

str

duracion

duracion

 

str

horas

horas

 

str

urlAudio

urlAudio

url_audio

url_audio

 

str

urlSource

urlTriton

url_source

url_source

 

str

tipo

tipo

 

str

fuente

fuente

 

str

hostchain

hostchain

 

str

tag

tag

 

str