# Test 데이터 생성

> <mark style="color:purple;">**테스트를 위한 더미데이터를 만들수 있는 페이지**</mark>

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

{% hint style="info" %}
json으로 정렬 버튼이 토글되면 key : value형태로 변환된 데이터로 볼 수 있습니다.
{% endhint %}

1. 생성할 컬럼을 선택 후 갯수 입력하여 생성버튼 클릭
2. 만들어진 더미데이터 업로드&#x20;
3. 업로드된 모든 더미데이터 확인 및 불러오기
4. 만들어진 더미데이터 복사
5. 더미데이터 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.txhub.io/tools-and-utills-manual/tools-and-utills/test.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.
