Touchstone Re 2023 API Reference
Delimiter Property (ImportOptionsCsv)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsCsv Class : Delimiter Property
(Optional) Contains the delimiter to use to separate data fields within flat import files.

Default: comma (,)

.
Syntax
Public Property Delimiter As Char
Dim instance As ImportOptionsCsv
Dim value As Char
 
instance.Delimiter = value
 
value = instance.Delimiter
public char Delimiter {get; set;}
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

ImportOptionsCsv Class
ImportOptionsCsv Members