Title: WP CSV to Database &#8211; Insert CSV file content into WordPress database
Author: mra13 / Team Tips and Tricks HQ
Published: <strong>2010年3月28日</strong>
Last modified: 2021年3月10日

---

プラグインを検索

![](https://s.w.org/plugins/geopattern-icon/wp-csv-to-database_f1b072.svg)

# wp-csv-to-database

 * [詳細](https://ja.wordpress.org/plugins/wp-csv-to-database/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-csv-to-database/#reviews)
 * [開発](https://ja.wordpress.org/plugins/wp-csv-to-database/#developers)

 [サポート](https://wordpress.org/support/plugin/wp-csv-to-database/)

## 説明

このプラグインの公開は2022年12月15日に停止されており、ダウンロードできません。 この
公開停止は永久的なものです。 理由: 作者からのリクエスト。

## 評価

![](https://secure.gravatar.com/avatar/056f152326e76251eb370924581be76ff063301b861c6c4754468b86b290c98c?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-9643/)󠁿

 [artcolor](https://profiles.wordpress.org/artcolor/) 2022年12月13日 1 reply

You saved my day!!!! Tons of thanks!

![](https://secure.gravatar.com/avatar/6aa5cb272382d80450c1b9d260d65f3e6499f231990c98283fa2e41e767fd1c6?
s=60&d=retro&r=g)

### 󠀁[Fast import](https://wordpress.org/support/topic/fast-import/)󠁿

 [lukechinworth](https://profiles.wordpress.org/lukechinworth/) 2021年11月9日 1 
reply

Can import thousands of rows in a fraction of a second.

![](https://secure.gravatar.com/avatar/13ca9faaca6b573655c43d4388857b67e1d98d743b2520d9faf039c6a282654f?
s=60&d=retro&r=g)

### 󠀁[Buggy and lacking important features](https://wordpress.org/support/topic/buggy-and-lacking-important-features/)󠁿

 [ascripter](https://profiles.wordpress.org/ascripter/) 2019年3月1日 1 reply

1. no option to choose csv dialect. You have to have “,” delimeter 2. No data conversion
options. You want an empty field to be null instead of zero (or “”)? Can’t do it
with this plugin. 3. no flexibility. csv table must have EXACTLY the same number
of columns than the DB table in EXACTLY the same order. No header matching or column
skipping. 4. Dubious errors. Clicking “Import to DB” I get “problem with database
query” error because of duplicate entry. Clicking again I get instead “Starting 
row value exceeds the number of entries being updated to the database from the .
csv file”. Clicking “Reload table preview” I get afterwards again the first error
when I try to import. So which of the two shall I believe? It finally worked with
the “update” checkbox (but only after clicking the “table preview” directly before),
even though there was nothing to update but an empty table to be filled. Conclusion:
Usage of this plugin is highly error prone because depending on your external data
structure you might easily mess up the columns. The upload form seems to have some
bugs. Not knowing what’s under the hood, I’m afraid using this plugin on live data
might destroy a lot in the worst case. The idea is of this plugin is nice, but I’ll
probably end up writing my own python script instead of using this plugin.

![](https://secure.gravatar.com/avatar/1771f767186d364fb8fa5ed912a43a4be4da30c436c3d0d3afed2fff0f0dc5bb?
s=60&d=retro&r=g)

### 󠀁[Best CSV importer around](https://wordpress.org/support/topic/best-csv-importer-around/)󠁿

 [wehnertb](https://profiles.wordpress.org/wehnertb/) 2019年1月25日 1 reply

This is one of the best CSV importers I’ve found. I created a couple of new tables
for a client and I needed a way to import CSV content into these tables. I tried
a number of other components, but they only worked for stock items (posts, pages,
comments, etc). This component does that and more. It will import data into your
custom tables and it doesn’t so cleanly and easily. This has saved me hours of coding
and it has a clean, simple interface that will not overburden my clients with jargon.
If you’re looking to import CSV files regularly or just to populate data from the
get go, this is the one you’re looking for.

![](https://secure.gravatar.com/avatar/5d2b2b53f354d570fd1f6b2a16c2212a74b429d7fd6b57af252f0df00b558594?
s=60&d=retro&r=g)

### 󠀁[Awesome plugin!](https://wordpress.org/support/topic/awesome-plugin-3923/)󠁿

 [jelena1401](https://profiles.wordpress.org/jelena1401/) 2018年11月19日 1 reply

Very good! Works like a charm and saves a lot of time. Thank you for making this
awesome plugin!

![](https://secure.gravatar.com/avatar/23ed5fcf6e520e0daed114ee3cab262e218caedfd898889dd5edc4559c5ec375?
s=60&d=retro&r=g)

### 󠀁[Not Working with qoutes (Solved)](https://wordpress.org/support/topic/not-working-with-qoutes/)󠁿

 [alexuidian](https://profiles.wordpress.org/alexuidian/) 2018年7月19日 2 replies

Current version doesn’t support files with escape characters. you can add this features
by adding following line in main.php file: $row = array_map(function($v) { return
esc_sql($v) ;}, $row) ; Add this just line After this comment: //If. csv column 
count matches db column count

 [ 9件のレビューをすべて表示 ](https://wordpress.org/support/plugin/wp-csv-to-database/reviews/)

## 貢献者と開発者

WP CSV to Database – Insert CSV file content into WordPress database はオープンソース
ソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

 *   [ mra13 / Team Tips and Tricks HQ ](https://profiles.wordpress.org/mra13/)
 *   [ Ruhul ](https://profiles.wordpress.org/tips-and-tricks-hq/)
 *   [ Ruhul Amin ](https://profiles.wordpress.org/ruhul-amin/)
 *   [ Josh ](https://profiles.wordpress.org/josh401/)

[“WP CSV to Database – Insert CSV file content into WordPress database” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/wp-csv-to-database)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/wp-csv-to-database/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/wp-csv-to-database/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/wp-csv-to-database/)を
[RSS](https://plugins.trac.wordpress.org/log/wp-csv-to-database/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## メタ

 *  バージョン **2.6**
 *  最終更新日 **5年前**
 *  有効インストール数 **該当なし**
 *  WordPress バージョン ** 3.0またはそれ以降 **
 *  検証済み最新バージョン: **5.7.15**
 *  言語
 * [English (US)](https://wordpress.org/plugins/wp-csv-to-database/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/wp-csv-to-database/advanced/)