> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/ko/getting-started/result-page-features/data-download-options.md).

# 데이터 다운로드 옵션

> 다운로드 옵션은 사용량과 무관합니다. 자유롭게 데이터 다운로드 옵션을 체크/해제하면서 원하는 방식으로 데이터를 추출해보세요.

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

<mark style="color:red;">**➊**</mark>**&#x20;칼럼 자동정리** : 데이터를 유사한 패턴끼리 자동 정렬합니다. 해제하면 빈 칸 없이 왼쪽으로 밀착 정렬된 상태로 추출됩니다.&#x20;

{% hint style="info" %}
이해를 돕기 위해 유사한 패턴의 데이터끼리 동일한 색상으로 표현하였습니다.
{% endhint %}

<figure><img src="/files/12VrZuTTHhLn84BQbKG5" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➋**</mark>**&#x20;칼럼 자동정리+** : 기존 자동정리보다 정렬 로직이 강화된 옵션입니다. 열의 흐트러짐이 많은 경우, 보다 안정적으로 데이터를 정리할 수 있습니다.

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

<mark style="color:red;">**➌**</mark>**&#x20;하이퍼링크** : 각 요소에 연결되어 있는 하이퍼링크 값을 함께 추출합니다.

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

&#x20;

<mark style="color:red;">**➍**</mark>**&#x20;칼럼 이름** : 엑셀의 각 열 첫 번째 행에 열 이름이 생성됩니다. 해제하면 열 이름 없이 데이터만 추출됩니다.

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

&#x20;

<mark style="color:red;">**➎**</mark>**&#x20;비어있는 열 제거** : 빈칸 비율이 높은 열을 자동으로 제거합니다. 슬라이더로 기준을 조절(0\~100%)해 제거 비율을 조정할 수 있습니다. 중요도와 관계없이 빈 칸 비율만을 기준으로 삭제되므로 주의가 필요합니다.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/ko/getting-started/result-page-features/data-download-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
