Import products to WooCommerce by CSV page won’t open [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 4 … Read more

Mongoimport of JSON file

I have a JSON file consisting of about 2000 records. Each record which will correspond to a document in the mongo database is formatted as follows: {jobID:”2597401″, account:”XXXXX”, user:”YYYYY”, pkgT:{“pgi/7.2-5”:{libA:[“libpgc.so”],flavor:[“default”]}}, startEpoch:”1338497979″, runTime:”1022″, execType:”user:binary”, exec:”/share/home/01482/XXXXX/appker/ranger/NPB3.3.1/NPB3.3-MPI/bin/ft.D.64″, numNodes:”4″, sha1:”5a79879235aa31b6a46e73b43879428e2a175db5″, execEpoch:1336766742, execModify: new Date(“Fri May 11 15:05:42 2012”), startTime: new Date(“Thu May 31 15:59:39 2012″), numCores:”64″, sizeT:{bss:”1881400168″,text:”239574″,data:”22504”}}, Each record … Read more

Import menu tree to custom menu from csv or xml, many nested menu points

what would you recommend to import about 6000 menu items (yes it is ab big catalog with many nested categroies, depth about 6) to a custom menu in WordPress. I have a text file with the following structure with about 6000 rows. Car {link} -Parts {link} –Mirrors {link} –Wheelspinners {link} House {link} -Kitchen {link} –Cutlery … Read more

wordpress custom theme import and export options for sample data [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago. Improve this question I am Created WordPress custom theme as per Html template. it was worked fine. now … Read more

How to use mongoimport to import csv

Trying to import a CSV with contact information: Name,Address,City,State,ZIP Jane Doe,123 Main St,Whereverville,CA,90210 John Doe,555 Broadway Ave,New York,NY,10010 Running this doesn’t seem to add any documents to the database: $ mongoimport -d mydb -c things –type csv –file locations.csv –headerline Trace says imported 1 objects, but firing up the Mongo shell and running db.things.find() doesn’t … Read more

Importing users to Buddypress with custom fields

Here’s the setup: The client uses a proprietary custom-coded PHP CMS and is wanting to move to WordPress with BuddyPress. The old, custom CMS has a roster functionality, which I’m using BuddyPress custom fields to replace. The custom fields are basic contact info (Phone, Fax) and company info (Text field). What is the best way … Read more