Title: EnConvert CSV to XML
Author: enconvert
Published: <strong>2026 年 7 月 10 日</strong>
Last modified: 2026 年 7 月 10 日

---

搜尋外掛

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

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

# EnConvert CSV to XML

 由 [enconvert](https://profiles.wordpress.org/enconvert/) 開發

[下載](https://downloads.wordpress.org/plugin/enconvert-csv-to-xml.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/enconvert-csv-to-xml/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/enconvert-csv-to-xml/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/enconvert-csv-to-xml/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/enconvert-csv-to-xml/#developers)

 [技術支援](https://wordpress.org/support/plugin/enconvert-csv-to-xml/)

## 外掛說明

Let visitors upload a CSV file and download well-formed XML, 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_xml]` 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-xml](https://enconvert.com/convert/csv-to-xml).

**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 XML 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-xml` 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 XML** and paste the public key.
 5. Insert `[enconvert_csv_to_xml]` in any page, post, or Shortcode block.

## 常見問題集

### 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_xml]`.
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 XML〉的開發相關工作。

參與者

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

[將〈EnConvert CSV to XML〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/enconvert-csv-to-xml)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/enconvert-csv-to-xml/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/enconvert-csv-to-xml/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/enconvert-csv-to-xml/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/enconvert-csv-to-xml/)。

## 變更記錄

#### 1.0.0

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

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/enconvert-csv-to-xml/)
 * 標籤:
 * [converter](https://tw.wordpress.org/plugins/tags/converter/)[csv](https://tw.wordpress.org/plugins/tags/csv/)
   [data](https://tw.wordpress.org/plugins/tags/data/)[xml](https://tw.wordpress.org/plugins/tags/xml/)
 *  [進階檢視](https://tw.wordpress.org/plugins/enconvert-csv-to-xml/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/enconvert-csv-to-xml/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/enconvert-csv-to-xml/)