설명
이 플러그인은 2022년 12월 15일(으)로 폐쇄되었고 내려받기가 불가능합니다. 이 폐쇄는 영구적입니다. 사유: 작성자 요청.
후기
2022년 12월 13일
1 reply
You saved my day!!!! Tons of thanks!
2021년 11월 9일
1 reply
Can import thousands of rows in a fraction of a second.
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.
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.
2018년 11월 19일
1 reply
Very good! Works like a charm and saves a lot of time. Thank you for making this awesome plugin!
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
기여자 & 개발자
“WP CSV to Database – Insert CSV file content into WordPress database”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자