Purpose

Determines whether the driver includes or strips a prefix denoting user-defined objects from table and column names when mapping the Google Analytics data model.

Valid Values

Strip | Include

Behavior

If set to Strip, the driver strips the prefix.

If set to Include, the driver includes the prefix.

Notes

When this property is set to Strip, the driver removes the prefix new_ from any field or object that begins with this string. This property may be used to specify a prefix other than new_.

Data Source Methods

public String getCustomPrefix()

public void setCustomPrefix(String)

Default Value

Include

Data Type

String