The CubeMetaLoaderParserType enumeration contains order of recognizing attributes in the data source.
It is used by the following properties and methods:
Value | Brief description |
0 | FixedPosition. Attributes are recognized by fixed positions determined by the ICubeMetaLoaderBindingParser.StringPositionStart and ICubeMetaLoaderBindingParser.StringPositionEnd properties. |
1 | Delimited. Attributes are recognized from the list with separators. Parameters of this method are determined by the ICubeMetaLoaderBindingParser.DelimiterChars and ICubeMetaLoaderBindingParser.DelimitedPosition properties. |
2 | Regexp. Attributes are recognized by regular expression. Parameters of this method are determined by the ICubeMetaLoaderBindingParser.RegExp and ICubeMetaLoaderBindingParser.CaptureGroup properties. |
See also: