IFlattenTransform Interface

Interface for transforms used to flatten XML or JSON data. ///

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IFlattenTransform

The IFlattenTransform type exposes the following members.

Properties
 NameDescription
Public propertyMappingConfiguration Gets or sets the transform saved configuration information.
Top
Methods
 NameDescription
Public methodDiscoverColumns(ConnectorElement) Automatically discovers the mapping rules for flattening the data in the specified element.
Public methodDiscoverColumns(ConnectorElement, IEnumerableKeyValuePairString, String) Automatically discovers the mapping rules for flattening the data in the specified element.
Top
See Also