Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 다음과 같은 encoding 을 사용할 수 있으나 UTF-8 이 기본 설정이며 권장합니다.
    (UTF-8 (default), UTF-16, ISO-8859-1, ISO-8859-15, Windows-1250, Windows 1252)

  • CSV 파일은 반드시 header 가 있어야 import 시 데이터를 매핑할 수 있습니다.

  • 기본 구분자는 , 이지만 import 구조생성시 구분자를 지정할 수 있습니다.

  • 여러 개의 값을 하나의 필드에 매핑할 경우 연결자로 || 를 사용합니다.

  • If you are importing CSV data from a Google Sheets link, the URL you use must be edited before it will work properly. Remove /edit#gid=0 from the ending of the URL and replace it with Google Sheets 에서 CSV 로 자료를 임포트하려면 URL 을 맨 뒷 부분의 /edit#gid=0 를 삭제하고 /export?format=csv 를 추가합니다.

Code Block
"Name", "Owner", "Service Category", "Hosts"
"Confluence", "Ellen McDonald", "Finance", "Oracle-E-Business-Server"
"Email Service", "Bea Owenstein", "Infrastructure", "exchange.prod.main1"||"exchange_mssql_2012"
"Partner portal", "Les Weinen", "Infrastructure"||"Marketing", "mysql.prod.app7"

import 구조 생성

...

Create an import structure;

...

가져오기

  1. Object schema 에 들어가서 “가져오기 만드기”를 클릭합니다.

    Image Added
  2. CSV 를 선택합니다.

    Image Added
  3. 가져오기 구조 정의에

  4. 22

  5. 33

  6. Web 주소 변경

...

data mapping

...