# CSV에서 데이터 가져오기

<figure><img src="https://2878876032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRq4fnWeq5IbGJjjg5m62%2Fuploads%2FCwcGTfddjjLwUBYZL1kp%2Fcsv%E1%84%8B%E1%85%A5%E1%86%B8%E1%84%85%E1%85%A9%E1%84%83%E1%85%B34.gif?alt=media&#x26;token=82e10a11-be90-4eff-994d-37ba3d2cf53a" alt=""><figcaption><p>csv에서 데이터 가져오기</p></figcaption></figure>

1. 회사, 고객, 리드, 딜, 커스텀 객체 중 하나의 페이지로 이동합니다.
2. 우측 상단 CSV 업로드 버튼을 클릭합니다.
3. CSV를 업로드합니다.
4. CSV 첫 번째 행의 열정보와 회사, 사람 등의 오브젝트의 속성 정보를 매핑합니다.
5. 등록 후 CSV 데이터가 모두 저장되었는지 확인합니다.

<figure><img src="https://2878876032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRq4fnWeq5IbGJjjg5m62%2Fuploads%2FYsBuaOqjwtVp9ruryplj%2Fcsv%E1%84%8B%E1%85%A5%E1%86%B8%E1%84%85%E1%85%A9%E1%84%83%E1%85%B3%E1%84%8E%E1%85%A1%E1%86%BC%E1%84%86%E1%85%B5%E1%84%85%E1%85%B5%E1%84%87%E1%85%A9%E1%84%80%E1%85%B5.png?alt=media&#x26;token=ffcb7c74-28ce-4d0b-b177-c947e4f16473" alt=""><figcaption><p>CSV 업로드</p></figcaption></figure>

## 주의 사항 <a href="#caution" id="caution"></a>

* 오브젝트의 속성의 맞지않는 date type의 경우 등록되지 않습니다.
* 날짜는 다음과 같이 처리됩니다. (ISO 8601)

  **1.날짜만 포함하는 경우**

  * 2024-06-28 (년-월-일)

  **2.시간만 포함하는 경우**

  * 14:30:00 (시:분:초)
  * 14:30:00Z (시:분:초 UTC 시간)

  **3.날짜와 시간을 모두 포함하는 경우**

  * 2024-06-28T14:30:00 (년-월-일T시:분:초)
  * 2024-06-28T14:30:00Z (년-월-일T시:분:초 UTC 시간)
  * 2024-06-28T14:30:00+09:00 (년-월-일T시:분:초+시간대)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trackit.so/integrations/upload-csv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
