[EN]
Transfer data (lite) settings are located on the About page. The settings are global for all processes. Parameters are read at the time the data movement operation is started
General settings
check "Trace speed" - enable/disable display of information about the progress of data transfer by active sheets
check "Clear Destination" - deletes the contents of the target table before moving the data by performing a transactional operation such as the SQL DELETE command
check "Clear destination no undo" - deletes the contents of the target table before moving the data, performing a non-transactional fast operation such as the SQL TRUNCATE command
check "Identity Insert" - If this option is selected, inserting/updating target ID columns is enabled
check "Create destination" - create target table based on source table metadata
check "Skip unmatched dest fields" - skip source table fields that are not in the destination table
check "Use transactions" - if this option is selected, the batch move of each CommitCount entry will be surrounded by StartTransaction/Commit
Settings for text files
Reading files
Encoding - file data encoding (ANSI, UTF8, UTF16)
Delimiter (char) - character surrounding text format data
Separator (char) - character separating a row into columns
Write to file
Encoding - file data encoding (ANSI, UTF8, UTF16)
Delimiter (char) - character surrounding text format data
Separator (char) - character separating a row into columns
[RU]
Настройки Transfer data (lite) размещены на странице About. Настройки глобальны для всех процессов. Чтение параметров осуществляется в момент запуска операции перемещения данных
Общие настройки
переключатель "Trace speed" - включение/отключение вывода информации о прогрессе переноса данных активными листами
переключатель "Clear Destination" - удаляет содержимое целевой таблицы перед перемещением данных, выполняя транзакционную операцию, например команду SQL DELETE
переключатель "Clear destination no undo" - удаляет содержимое целевой таблицы перед перемещением данных, выполняя нетранзакционную быструю операцию, например команду SQL TRUNCATE
переключатель "Identity Insert" - если выбран этот параметр, вставка/обновление столбцов идентификаторов назначения включена
переключатель "Create destination" - создавать целевую таблицу на основе метаданных таблицы источника
переключатель "Skip unmatched dest fields" - пропускать поля таблицы источника отсутствующие в таблице назначения
переключатель "Use transactions" - если выбран этот параметр, пакетное перемещение каждой записи CommitCount будет окружено StartTransaction/Commit
Настройки для текстовых файлов
Чтение файлов
Encoding - кодировка данных файла (ANSI, UTF8, UTF16)
Delimiter (char) - символ обрамляющий данные текстового формата
Separator (char) - символ разделяющий строку на столбцы
Запись в файл
Encoding - кодировка данных файла (ANSI, UTF8, UTF16)
Delimiter (char) - символ обрамляющий данные текстового формата
Separator (char) - символ разделяющий строку на столбцы