alxndre Posted October 22, 2015 Posted October 22, 2015 @kongondo I'm importing on a local server. I was looking into the code to find something that's causing the slowdown, but i couldn't see anything unusual.
horst Posted October 22, 2015 Posted October 22, 2015 (edited) What system you are using? Win > 7 ? And what server setup you are using? (Mamp, Wamp XAMP, etc) Edited October 22, 2015 by horst
asbjorn Posted December 23, 2015 Posted December 23, 2015 Anyone tried this with the dev branch of PW 3.0.x? I got to the second part, where connecting "columns" with fields. And it could not find the fields. Maybe I'm missing something, maybe it's not compatible?
kongondo Posted December 23, 2015 Posted December 23, 2015 Anyone tried this with the dev branch of PW 3.0.x? I got to the second part, where connecting "columns" with fields. And it could find the fields. Maybe I'm missing something, maybe it's not compatible? Could or could not?
Erik Richter Posted January 19, 2016 Posted January 19, 2016 any news on multilanguage field imports? would appreciate any help on this.
Erik Richter Posted January 25, 2016 Posted January 25, 2016 I also bought the ListerPro where i can export Pages. In the export files I can see fields like PageTitle.data which is for default language and Pagetitle.data1200 where 1200 is the ID of the second Language. How can I import them? Those fields are not selectable in CSV page import Any hack or simple modification to change this or how I can import multilanguage fields? Thanks so much!
alxndre Posted February 2, 2016 Posted February 2, 2016 Is importing field of type FieldtypeOption supported? I've been trying to, but the module won't pickup the columns for Option fields. Thanks.
arjen Posted February 4, 2016 Posted February 4, 2016 Hey Alxndre', It's possible. Just add the options to the supported fieldtypes array. 1
Zeka Posted February 13, 2016 Posted February 13, 2016 Hi, thank for such a useful module. I'm stuck with importing of multilanguage content. Is there some way to import title and other fields for not default language?
SiNNuT Posted February 13, 2016 Posted February 13, 2016 Has anyone used this module on 3.X branch? Using 3.0.8 i'm getting stuck on the 'Step 2' screen. It does not seem to grab the fields from the template i want to use for the pages to import. In the screenshot 'menu-item', but i've tried in a number of ways and different parents but no luck. I'm not getting any errors or anything but i get empty field dropdowns. I'm aware that the module does not yet indicate compatibility with 3.X but most 2.X modules i tried worked fine with 3.X. Edit: for (cross)reference, a Github issue has also been made about this by another user. https://github.com/ryancramerdesign/ImportPagesCSV/issues/12 2
Werner Pilnei Posted April 24, 2016 Posted April 24, 2016 Same effect on 3.0.15, but some strange 'extra' effect. I modified the array 'supported fieldtypes' and added TextUnique and Time: protected $fieldtypes = array( 'FieldtypePageTitle', 'FieldtypeText', 'FieldtypeTextarea', 'FieldtypeInteger', 'FieldtypeFloat', 'FieldtypeEmail', 'FieldtypeURL', 'FieldtypeCheckbox', 'FieldtypeFile', 'FieldtypePage', 'FieldtypeTextUnique', 'FieldtypeTime', 'FieldtypeDateTime', ); After that I can select these fields in the dropdowns, but the standard fields are still not available. As I want to convert 700 pages from Drupal a working solution would be of great help. Update: I got a 90% solution with Adrian's Batch child editor - I struggled a bit finding the CSV import settings for field pairings under 'page settings'.
adrian Posted April 26, 2016 Posted April 26, 2016 Update: I got a 90% solution with Adrian's Batch child editor - I struggled a bit finding the CSV import settings for field pairings under 'page settings'. What's the missing 10% ? Did the field pairings work as expected? Is there anything I can do to make BCE work better for your needs? 1
Werner Pilnei Posted April 26, 2016 Posted April 26, 2016 Adrian, I am sorry for misleading you with the 90% figure. It just describes my success in transferring Drupal data to ProcessWire in an automated way. The BCE module (thanks for that) is doing 100% what it should, the field pairings work great. My missing 10% is that I have to unwrap Drupal field collections into single fields for ProcessWire. I can do that probably on the CSV side and split the columns into fractions. 1
rooofl Posted April 26, 2016 Posted April 26, 2016 Hi, thank you so much Ryan for this amazing module. It helps me a lot. I have in my .csv a column for countries: (France, Germany…). I would like those countries name to be imported as sub-pages of a “Countries” pages, with a template “country”. The page field “country” allows pages to be created from it. I learn in Nik’post that such pages could be associated automatically (if I understand it well), but is it possible to create it from the .csv? If I try to associate my csv field to the right PW field I get: ImportPagesCSV: Unable to import page because it has no required 'title' field or it is blank. Any idea to help me solve my problem?
LostKobrakai Posted April 26, 2016 Posted April 26, 2016 Just use the same csv to create all the countries with the importer (disallow duplicates) before using it another time to import the pages linking to the countries.
rooofl Posted April 26, 2016 Posted April 26, 2016 Just use the same csv to create all the countries with the importer (disallow duplicates) before using it another time to import the pages linking to the countries. Thanks a lot for your clarification, that works perfectly.
Zeka Posted April 27, 2016 Posted April 27, 2016 Is there a workaround to making it compatible with PW 3.0.15? 2
arjen Posted May 3, 2016 Posted May 3, 2016 Hi Zeka, Removing these lines and I got the module running on 3.0.x. 3
Zeka Posted May 4, 2016 Posted May 4, 2016 Hi Zeka, Removing these lines and I got the module running on 3.0.x. Great! Tnx.
erikvanberkum Posted May 5, 2016 Posted May 5, 2016 I am trying to Import Pages from a CSV file in version 3.0.15 but I can't get it to work. Using the module: "Import Pages from CSV file" In version 2 I have no problems. Anyone on the forum has checked already if this module is compatible with version 3? Please your feedback. I have the problem in step 2 when I have to connect the field, the dropdown stays empty.
adrian Posted May 5, 2016 Posted May 5, 2016 https://processwire.com/talk/topic/383-module-import-pages-from-csv-file/?p=119390 4
floridaDev Posted August 25, 2016 Posted August 25, 2016 Hi All, My csv file is as follows, headers= page_id, title, body, url. data=100,hello world, hello world again, hello-world. Once uploaded it returns the error "Missing required fields" What am I missing?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now