# CSV File

## 아이템 블록

CSV 파일을 작성하여 직접 업로드 하고, 해당 파일을 읽어오는 아이템 블록입니다.

<figure><img src="/files/E3BJVNmGDw0dy3mqyBXy" alt=""><figcaption></figcaption></figure>

## 설정 팝업

<figure><img src="/files/DLgStSB7XBBDqcEcdZeV" alt=""><figcaption></figcaption></figure>

## 설정 필드

### Text File

업로드 버튼을 통해 csv 파일을 직접 업로드 하여 해당 데이터를 읽어오는 아이템 블록입니다. csv 파일을 업로드 하세요.

엑셀에서 파일 저장시, **CSV UTF-8(쉼표로 분리)** 옵션을 선택하고 저장하셔야 오류가 없습니다.

### Input 영역선택

<figure><img src="/files/nyQ7kQPYZzTDxtk5TUBL" alt=""><figcaption></figcaption></figure>

데이터를 읽어오는 영역을 설정합니다.&#x20;

위 이미지와 같이 설정 팝업에서 영역 설정이 가능하며, column 과 시작하는 row 는 선택이 가능하지만 읽어오는 마지막 row 는 문서의 끝까지 읽어오도록 되어 있습니다.


---

# 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.apidrag.com/base-control/input-data/csv-file.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.
