# CSV 가져오기와 내보내기(ImportExportCSV)

CSV는 프로그램 간에 표 형식 데이터를 전송하는 데 널리 사용되는 비교적 간단한 범용 파일 형식입니다.

* 이 플러그인은 CSV 가져오기 및 내보내기 기능을 제공합니다.
* 셀 범위를 선택하고 해당 셀 유형을 버튼으로 설정하고 해당 명령을 편집하여 CSV 가져오기/내보내기를 합니다.
* 명령 설정&#x20;

### 플러그인 다운로드&#x20;

버전에 맞는 플러그인을 다운로드 합니다.

<table><thead><tr><th width="139">버전 </th><th>다운로드 링크 </th></tr></thead><tbody><tr><td>v 9. 0</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V9_Plugin/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr><tr><td>v 7. 1</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V7.1_Plugin_20211223/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr><tr><td>v 7. 0</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V7_Plugin_20210722/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr><tr><td>v 6. 1</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V6.1_Plugin_20201111/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr><tr><td>v 6. 0</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V6_Plugin_20200903/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr><tr><td>v 5. 1</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V5_Plugin_20191115/ImportExportCSV.zip">ImportExportCSV.zip</a></td></tr></tbody></table>

### 사용방법&#x20;

명령창에서 "CSV 가져오기와 내보내기"를 선택한 후 아래 표에 맞게 설정합니다.&#x20;

<figure><img src="https://1191936652-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMDaEsmK9OwD7QYBNk9Sn%2Fuploads%2FjA2yamlCLln6P7AFLEwb%2Fimage.png?alt=media&#x26;token=955d427c-7e21-4a3b-a7d2-b1994d25ee4e" alt=""><figcaption></figcaption></figure>

| 설정        | 설명                                                                                                                                                                                                                  |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CSV 처리 명령 | <ul><li>가져오기 : CSV 열 헤더 이름으로 가져오려면 "헤더 행 가져오기"를 선택합니다. 1부터 시작하는 CSV 열 인덱스 값으로 가져오려면 "헤더 행 가져오기"를 선택 취소합니다.</li><li>내보내기 : "헤더 행 가져오기"를 선택하면 열 머리글 이름이 내보내집니다. 열 머리글 이외의 데이터만 내보내려면 "헤더 행 가져오기"를 선택 취소합니다.</li></ul> |
| 리스트뷰 이름   | 가져오기나 내보낼 리스트뷰 선택합니다.                                                                                                                                                                                               |
| 불러오기 모드   | <ul><li>추가 : 대상 리스트뷰에 레코드 추가 </li><li>합치기 : 대상 리스트뷰에 지정된 레코드의 데이터를 병합 </li><li>교체 : 데이터를 덮어씀 </li></ul>                                                                                                             |
| 템플릿 열     | 리스트뷰에서 템플릿 열 선택 합니다.                                                                                                                                                                                                |
| CSV 이름    | CSV에서 해당  열 이름을 설정합니다.                                                                                                                                                                                              |


---

# 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://doc.forguncy.co.kr/forguncy-v9/plugin/useplugin/commandtype/csv-importexportcsv.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.
