Export |
public static List<ExportField> ReadExportedFieldsFromCsvMappingFile( string csvFilePath )
[Missing <returns> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportSettings.ReadExportedFieldsFromCsvMappingFile(System.String)"]
Only the export fields with IsExported set to true are returned.
The first line of .csv file MUST have the following column definitions: "OpenDiscoverFieldName,IsExported,ExportFieldName,FieldType,FieldCategoryType,Description"
Any line in the .csv file beginning with '#' is considered a comment line and ignored.