> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/undefined.md).

# 데이터 가져오기 설정

**Excel로 데이터를 가져올 때 사용할 필드를 설정하고, 가져온 데이터의 Upsert/Insert 여부를 설정할 수 있습니다.** 각 레코드를 새로 삽입할지(Insert) 또는 기존 레코드를 업데이트하면서 새 레코드는 삽입할지(Upsert)를 선택할 수 있습니다. 이 기능을 통해 대량의 데이터를 효율적으로 추가할 수 있습니다.

{% hint style="warning" %}
Upsert 작업 시에는 레코드를 식별하기 위한 고유 키 필드를 지정해야 합니다.
{% endhint %}

***

### :small\_orange\_diamond: 설정 방법

1\. 기본 설정 화면에서 데이터 가져오기(Allow Import) 버튼을 활성화 합니다.

<figure><img src="/files/mjFSVtPf2j7HYWjd8gZW" alt="" width="337"><figcaption><p>기본 설정 화면</p></figcaption></figure>

2\. 가져오기 설정 화면에서 추가(Insert) 또는 추가 및 업데이트(Upsert)를 선택합니다. Upsert 작업 시에는 레코드를 식별하기 위한 고유 키 필드를 지정해야 합니다.

<figure><img src="/files/Ay0U81vTPPZfqSh40ydC" alt="" width="338"><figcaption><p>가져오기 설정 화면</p></figcaption></figure>

3\. 필드 선택 화면에서 Excel에서 가져올 필드를 선택하고 추가(Add) 버튼을 클릭합니다.

<figure><img src="/files/JSGDAbgb3Yoy2i3ND5xs" alt=""><figcaption><p>필드 선택 화면</p></figcaption></figure>

4\. 가져오기 설정 화면에서 선택한 필드가 제대로추가되었는지 확인합니다.

<figure><img src="/files/6XlZqIT87fvJdyXtZ5xt" alt="" width="333"><figcaption><p>추가된 필드 설정 확인</p></figcaption></figure>
