File Unload

[MENU] > [Tool] > [File Unload] 기능을 사용하여 데이터베이스의 테이블 데이터를 CSV, TXT, Excel 파일로 추출할 수 있다.

File Unload 기능은 File Settings, Unload Settings, Execution Summary 의 단계로 구성되어 있다.

File Unload 화면

File Settings

File Settings 에서는 Unload 작업을 수행할 Connection, File Option, Date Format 을 설정한다.

Connection, File Option 항목은 필수 선택 값이다.

File Unload - File Settings 화면
필드
설명

Connection

현재 생성되어 있는 Connection 들 중 Unload 작업을 수행할 Connection 을 선택한다.

File Format

데이터를 추출할 파일의 형식을 선택한다.

File Name

데이터를 추출할 파일의 이름을 입력한다.

File Directory

데이터를 추출할 파일의 경로를 선택한다.

File Date Format

파일에 입력될 DATE 타입 컬럼의 형식을 선택한다.

File Timestamp Format

파일에 입력될 TIMESTAMP 타입 컬럼의 형식을 선택한다.

File Time Format

파일에 입력될 TIME 타입 컬럼의 형식을 선택한다.

Unload Settings

Unload Settings 에서는 Unload 수행 시 추가 옵션들을 선택한다.

Delimiter(CSV, TXT 파일일 경우), Unload Option, Advanced Option 이 있다.

Delimiter(CSV, TXT 파일일 경우)

File Unload - Unload Settings - Delimiter
필드
설명

Delimiter

각 필드를 구분하는 문자를 선택한다.

Before loading

각 필드의 시작과 끝을 감싸는 문자를 선택한다.

Unload Option

File Unload - Unload Settings - Unload Option
필드
설명

Source Table

데이터로 추출할 테이블을 선택한다.

Query Viewer

선택한 테이블, 컬럼을 기준으로 데이터 추출을 위해 수행될 쿼리를 확인할 수 있다.

Select Table 창

[Insert 버튼]을 클릭하여 테이블을 검색할 수 있다.

Configure exported columns 창

[Select Columns 버튼]을 클릭하여 데이터로 추출할 컬럼을 선택할 수 있다.

Advanced Option

File Unload - Unload Settings - Advanced Option
필드
설명

Batch Size

Batch 단위를 선택한다.

Maximum Column Length

데이터로 추출할 각 컬럼 데이터의 최대 길이를 설정한다.

Show Nulls

값이 null 인 데이터를 null 로 표시할 지 선택한다.

Include Row Number(#)

각 Row Number 를 포함할 지 선택한다.

Include Column Header

Column Header 를 포함할 지 선택한다.

Execution Summary

File Unload - Execution Summary 화면

Execution Summary 에서는 수행한 Unload 작업의 File Directory, Log, Result 정보를 확인할 수 있다.

Last updated