Touchstone 11.0 API Reference
LocationExclusionFilePath Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > AugmentationOptions Class : LocationExclusionFilePath Property
Contains the path to a Location exclusion file that you have prepared in order to exclude a series of Locations from consideration in a data augmentation as part of a Data Quality Analysis.
Syntax
Public Property LocationExclusionFilePath As String
Dim instance As AugmentationOptions
Dim value As String
 
instance.LocationExclusionFilePath = value
 
value = instance.LocationExclusionFilePath
public string LocationExclusionFilePath {get; set;}
Remarks
To prevent Touchstone® from augmenting specific Locations, prepare a comma separated values (CSV) file that contains the following information on a new line for each of the excluded Locations:

Note: You must separate the values on each line by a comma.

The following example shows a sample location exclusion file:

            BizUnit1,Book1,Pol1,Loc01
            BizUnit1,Book1,Pol1,Loc02
            BizUnit2,Book4,Pol2,Loc11
            BizUnit4,Book8,Pol15,Loc16
            
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AugmentationOptions Class
AugmentationOptions Members