Active
Project:
Node import
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 19:04 UTC
Updated:
16 Sep 2009 at 15:50 UTC
Hi,
can you please include support for "Web Links" module (http://drupal.org/project/weblinks)?
Using the unsupported default settings the field "URL" isn't displayed for import.
Thanks!
Comments
Comment #1
juan_g commentedOn a related Web Links issue, recently one of its maintainers has said:
"I agree that an import/export facility would be nice to have. (...) The current state of import/export in Drupal is a problem." (Import / Export / Backup links)
I think cooperation between the two modules -Node Import and Web Links- for this task could be very fruitful.
Comment #2
JulieR commentedIs there a workaround in the meantime, to tell node_import how to import the URL field of a weblink?
Comment #3
juan_g commentedI've just suggested a possible workaround to test -which I don't know if it will work or not- in a Web Links issue.
About the URL field of a weblink, I think it's a text area.
Comment #4
JulieR commentedI found I could workaround easily enough in the SQL. I posted a description of what I did in the Web Links issue here: http://drupal.org/node/91008#comment-1953352
Comment #5
nancydruYes, the URL is a textarea field. There are other data that would need to be considered as possible import items for Web Links, such as last click date and number of clicks.
@juan_g: Currently I don't see a really good, generic node import/export mechanism. This module is good for importing, but there doesn't seem to be a complimentary export module. I'm not sure how one might accomplish such a feat because a "node" can change dramatically just by changing which modules are installed on a site.
Comment #6
juan_g commentedIn the list of import/export modules (link ordered by usage stats), there is Node Export. Also, the Views Bonus Pack includes an export module. (The 6.x versions of Import / Export API and Views Datasource are still in dev and alpha respectively, so it's better to use only the other two export modules at this moment).
Comment #7
nancydruHmm, I wonder when I last checked, because I didn't see a current Node Export the last time I looked. Thanks for the pointer.
Comment #8
juan_g commentedWell, according to its usage statistics, Node Export has changed from very little known to pretty popular this year.
Comment #9
nancydruAll the Web Links data is now available as "CCK fields." It has been tested with Node Export and that module worked fine.