Title: EnConvert CSV to JSON
Author: enconvert
Published: <strong>2026년 7월 10일</strong>
Last modified: 2026년 7월 10일

---

플러그인 검색

![](https://ps.w.org/enconvert-csv-to-json/assets/banner-772x250.png?rev=3602598)

![](https://ps.w.org/enconvert-csv-to-json/assets/icon-256x256.png?rev=3602598)

# EnConvert CSV to JSON

 작성자: [enconvert](https://profiles.wordpress.org/enconvert/)

[다운로드](https://downloads.wordpress.org/plugin/enconvert-csv-to-json.1.0.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/enconvert-csv-to-json/#description)
 * [평가](https://ko.wordpress.org/plugins/enconvert-csv-to-json/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/enconvert-csv-to-json/#installation)
 * [개발](https://ko.wordpress.org/plugins/enconvert-csv-to-json/#developers)

 [지원](https://wordpress.org/support/plugin/enconvert-csv-to-json/)

## 설명

Let visitors upload a CSV file and download structured JSON, right from any WordPress
page. The plugin renders a native form on your site and sends the file directly 
to the EnConvert API for conversion. No iframe, no extra tracking — just a clean
form on your page.

**How it works:**

 1. [Create a free EnConvert account](https://enconvert.com/auth?mode=signup).
 2. Generate a public API key (`pk_*`) on your [EnConvert API keys page](https://enconvert.com/dashboard/api-keys).
 3. Add your WordPress site’s domain to the key’s allowed-domains list.
 4. Paste the key into the plugin settings.
 5. Drop `[enconvert_csv_to_json]` into any page, post, or shortcode block.

New to EnConvert? Visit the [EnConvert homepage](https://enconvert.com), or try 
this conversion online at [enconvert.com/convert/csv-to-json](https://enconvert.com/convert/csv-to-json).

**Free tier available** — 100 monthly conversions, no credit card. Paid tiers raise
the limit and increase the max file size.

### Third-Party Service

This plugin sends visitor-uploaded files directly from the visitor’s browser to 
the EnConvert API:

 * `https://api.enconvert.com` — receives the uploaded file and returns a presigned
   URL for the JSON download.

The visitor’s browser sends an `X-API-Key` header containing the public API key 
configured in plugin settings. The API validates the key and the requesting domain(
the page’s origin) before accepting the conversion. Your WordPress server is not
involved in the conversion request.

 * Service: EnConvert — [https://enconvert.com](https://enconvert.com)
 * Terms of Service: [https://enconvert.com/terms](https://enconvert.com/terms)
 * Privacy Policy: [https://enconvert.com/privacy](https://enconvert.com/privacy)

By using this plugin, you and your visitors agree to EnConvert’s Terms of Service
and Privacy Policy.

## 스크린샷

[⌊Settings page where you paste your public API key.⌉⌊Settings page where you paste
your public API key.⌉[

Settings page where you paste your public API key.

[⌊The Shortcode block in the WordPress block editor.⌉⌊The Shortcode block in the
WordPress block editor.⌉[

The Shortcode block in the WordPress block editor.

[⌊The live converter form on a published page, with the file picker and Convert 
button.⌉⌊The live converter form on a published page, with the file picker and Convert
button.⌉[

The live converter form on a published page, with the file picker and Convert button.

## 설치

 1. Upload the `enconvert-csv-to-json` folder to `/wp-content/plugins/`, or install
    via the Plugins menu.
 2. Activate the plugin.
 3. In your EnConvert dashboard, create a public API key (`pk_*`) and add this site’s
    domain to its allowed-domains list (wildcards like `*.example.com` work).
 4. In WordPress, go to **Settings  EnConvert CSV to JSON** and paste the public key.
 5. Insert `[enconvert_csv_to_json]` in any page, post, or Shortcode block.

## FAQ

### Where do I get a public API key?

Sign in at [enconvert.com](https://enconvert.com) and go to **Dashboard  API Keys**.
Create a key of type “Public” (`pk_*`). Public keys are designed for browser use
and are restricted to the domains you list.

### Why a public key instead of a secret key?

Secret keys (`sk_*`) cannot be used from a browser — the API rejects them with a
403 error. Public keys (`pk_*`) are safe to use in front-end code because they are
restricted to a list of domains you control. If someone copies your key, it will
not work on their site.

### Does this plugin send files through my WordPress server?

No. The uploaded file goes directly from the visitor’s browser to `api.enconvert.
com`. Your WordPress server never touches the file or the converted output.

### My conversion fails with “Domain not authorized”. What now?

The domain serving the WordPress page is not in the API key’s allowed-domains list.
Open your EnConvert dashboard, edit the key, and add your site’s domain. Wildcards
like `*.example.com` cover all subdomains.

### Does it work in the block editor?

Yes. WordPress includes a built-in **Shortcode** block. Add it and paste `[enconvert_csv_to_json]`.
The form renders both inside the editor preview and on the published page.

### What are the conversion limits?

The free tier includes 100 conversions per month and a 5 MB max file size. Paid 
tiers raise both limits; see [enconvert.com/pricing](https://enconvert.com/pricing).

### Does it work with multisite?

Yes, but each site needs to activate the plugin and configure its own API key. The
plugin has not been tested as a network-activated plugin.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“EnConvert CSV to JSON”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ enconvert ](https://profiles.wordpress.org/enconvert/)

[자국어로 “EnConvert CSV to JSON”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/enconvert-csv-to-json)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/enconvert-csv-to-json/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/enconvert-csv-to-json/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/enconvert-csv-to-json/)을 [RSS](https://plugins.trac.wordpress.org/log/enconvert-csv-to-json/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.1

 * Brand name updated to EnConvert.

#### 1.0.0

 * Initial release. Native form, public-key authentication, direct API calls.

## 기초

 *  버전 **1.0.1**
 *  최근 업데이트: **1주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.2**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/enconvert-csv-to-json/)
 * 태그:
 * [converter](https://ko.wordpress.org/plugins/tags/converter/)[csv](https://ko.wordpress.org/plugins/tags/csv/)
   [data](https://ko.wordpress.org/plugins/tags/data/)[JSON](https://ko.wordpress.org/plugins/tags/json/)
 *  [고급 보기](https://ko.wordpress.org/plugins/enconvert-csv-to-json/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/enconvert-csv-to-json/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/enconvert-csv-to-json/reviews/)

## 기여자

 *   [ enconvert ](https://profiles.wordpress.org/enconvert/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/enconvert-csv-to-json/)