# 데이터 정렬 (카드 1개씩 1줄에 넣기 vs 탭 1개에 1줄씩 넣기)

## 데이터 정렬 옵션이란?

데이터 정렬 옵션은 **그룹 추출, 탭스 추출 등 여러 페이지를 한 번에 추출해 하나의 파일로 내보낼 때 설정할 수 있는 기능**입니다. 데이터를 어떻게 활용할지에 따라, 개별 페이지의 결과를 카드 단위로 배열할 것인지, 탭 단위로 배열할 것인지를 선택할 수 있습니다.

<figure><img src="/files/33AloLEDR70j7p6itjvI" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
데이터 정렬은 \[다운로드 옵션] 중 하나로, **사용량과는 무관합니다**. 두 가지 방식을 직접 선택해보면서 원하는 결과가 나오는 쪽을 자유롭게 선택하세요.
{% endhint %}

***

## 카드 vs 탭 개념 이해하기&#x20;

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

* **카드(Card)** : 리스틀리가 발견한 데이터 단위 영역입니다. 카드 하나는 **엑셀 한 줄로** 저장됩니다. 싱글 태스크에서 위 의 결과를 그대로 다운로드 할 경우, 카드가 30개라면 엑셀에 30줄이 생성됩니다.
* **탭(Tab)** : 여러 카드가 모여있는 상위 구간입니다.   <br>

이 개념은 각 태스크에 적용되며, 그룹 추출이나 탭스 추출처럼 여러 URL의 결과가 합쳐질 때 데이터 정렬 기준으로 사용됩니다.

***

## 옵션별 예시 알아보기&#x20;

{% stepper %}
{% step %}

### 카드 1개씩 1줄에 넣기

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

각 URL에서 선택한 데이터 탭 안에 **2개의 카드**가 있었다면, URL 3개를 추출했을 때 총 **6줄(2×3)의 데이터**가 생성됩니다.\
즉, **각 카드가 독립된 행으로 기록**되므로, 쇼핑몰의 ‘목록 페이지’처럼 한 탭 안에 **여러 아이템 정보가 포함**된 경우에 적합합니다.
{% endstep %}

{% step %}

### 탭 1개씩 1줄에 넣기

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

각 URL의 데이터 탭 안의 카드들을 모두 한 줄에 배치합니다. 따라서 URL 3개를 추출해 이 옵션을 선택하면, 최종 엑셀 파일에는 URL 개수와 동일하게 총 **3줄**만 생성됩니다.

즉, **각 페이지가 엑셀의 한 행으로 기록**되므로, 쇼핑몰의 ‘상세 페이지’처럼 한 탭 안에 하나의 아이템 정보만 있는 경우에 적합합니다.

<figure><img src="/files/Ggd93a20RddWPxwOBmVV" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/docs/ko/getting-started/result-page-features/card-or-tab-per-row.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.
