If append is true, the conversion appends records to the existing table if it is already present. If it is false, the original table is deleted.
TextConverter.append = true
Read/Write property true|false (boolean)
N/A
Example
Sample code
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.append = true
TextConverter.SaveProject( "C:\data\Test.ConverterX" )
See also