FlattenMapping Constructor (String)

Initializes a new instance of the FlattenMapping class. The current path is used for record selection.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FlattenMapping(
	string mappingPath
)

Parameters

mappingPath
Type: SystemString
The JSON mapping path.
See Also