The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

Theming views data export XLS button

I have a view that I have attached a data export view to. I want to change the default orange icon that shows XLS at the bottom of the view, to another button with text "Download View". How can I ...
1
vote
0answers
21 views

How to export field collection with Drupal 7 views data export plugin?

The Views Data Export plugin appears to work perfectly with the data that I have, though I have a field called "Items Bought" consisting of fields ("Item Bought" and "Cost"). For each content type of ...
0
votes
2answers
36 views

How can I export users, forums and comments to another Drupal site?

I need to move Forums containers and topics and their associated comments and users to another Drupal site. I am exporting it into an already existing site. How can I do this?
0
votes
0answers
19 views

How to export custom content-types with custom fields? Tried features and ctools_export

I had to quickly export a few Content-types, and I had seen the Drush Ctools Export Bonus description that seemed evangelic: drush ctex modulename will export all known ctools exportables of a ...
0
votes
0answers
23 views

Create a custom XML page from a few fields

I am currently trying to create a custom XML feed that will be populated with data from a 4 fields in one of my node types. This way another site can hook in and grab the data. I've tried to use the ...
0
votes
0answers
51 views

Drupal 7 Views export data, xls sheet is empty when opened with Microsoft office, but works in open office

I'm using views data export to generate a custom .xls file. I've done some changes by editing the views-data-export-xls-body-of-- .. tpl file of the display however the file when opened in Microsoft ...
1
vote
2answers
71 views

Export and import content from one drupal site to another?

I want to export content with comments and user data with content relation from one Drupal site to same version of another site. In another site there is no content and users data it has only some new ...
0
votes
2answers
41 views

How to migrate one node into two nodes

I have a D6 installation with a very large content type (i.e. a lot of fields) called field_data. I need to migrate the field_data nodes out of D6 and into a new D7 instance. This D7 instance has two ...
0
votes
3answers
51 views

Exporting custom configurations from Drupal

After installing a Drupal7 site, I have made several configurations/customizations over time. Now I would like to export them somehow, in order to load them to another site. But the problem is that I ...
1
vote
0answers
126 views

PHPExcel in Drupal 7

I'm trying to export my Webform settings to an Excel file by using the PHPExcel module, but it looks like it's documentation isn't modified for Drupal 7... When trying to define the two-dimensional ...
1
vote
2answers
55 views

How to use uc_csv module for getting reports in drupal 7

I am using the ubercart module for purchasing products. I want to export the order records/history as csv file and view it in spreadsheet. So I searched and got the uc_csv module. I have installed the ...
1
vote
0answers
73 views

Combine Webforms to export multiple form results in a single CSV

I need to be able to select multiple webforms and then be able to export all of their results in a single CSV download. I am considering using this module (Views data export) but I'm not yet sure it ...
0
votes
2answers
143 views

How to export nodes as XML?

I need to export all polls of a D6 site in XML format so that they can be imported to Django. Node export module states that one can choose to export nodes in xml using drush. However I could not find ...
1
vote
1answer
51 views

Download post as text file

I wanted to provide functionality in which where user decides to cancel his account, he can download all the post that he has created as txt file. Is there any drupal module that helps to achieve ...
0
votes
2answers
40 views

Displaying the data export/feed icon only when there are search results

I've got a data export attached to my view. Although it works what I want it to do... it displays under the search form even when there are no search results... How do I get around this?
2
votes
1answer
209 views

Drupal 7: Does Views Data Export Module support Exposed Filters

I am looking to use the Data Export Module to export data to CSV files. However I need the user to be able to filter the data first with exposed filters and then download the filtered results. From ...
1
vote
0answers
45 views

Export date in a different format

I'm using the Webform module to gather contact, and support information on our webpage, but we've got a serious problem. When I export the data using the download feature in the module, it exports ...
2
votes
1answer
64 views

Export news items (including pictures etc.) from Drupal to SQL

I would like to export newsitems from Drupal including images to import them into a whole different database. Is there any module or whats the best way to create an export from Drupal to a SQL, CSV ...
1
vote
1answer
109 views

Views Data Export: Multiple Columns with Unique Rows (D7)

I'm using Drupal 7 I have a view displaying users that are referenced by another entity that has a date field, like this: John Doe      5/6/12 John ...
0
votes
2answers
351 views

Export/Import Content Types/Contents to another Drupal site (version 6)

I'm looking for something to help me to export my content types / contents i have locally in a drupal project. i need to use it in another Drupal project. I just stumbled upon the Bundle copy module ...
1
vote
2answers
180 views

How to import a live Drupal site into Acquia Drupal Dev Desktop?

I would like to make some major changes to our live Drupal website. I'd prefer to do it in a safe local development environment on my laptop. What are the steps/process to exporting a live Drupal 7 ...
0
votes
4answers
426 views

Complete export of Drupal nodes

I am programatically generating nodes in my local Drupal 6 installation. I have to do it locally because I don't have access to some of the more nifty PHP commands / modules that I need in order to ...
2
votes
1answer
34 views

What better way to add new features on a project already in production?

We know that drupal is based on nodes. I feel it difficult to make updates to a project already in production. Currently I have two environments. A testing, and other production. I make changes in ...
3
votes
1answer
149 views

nested xml views export

I use drupal6 and views2. I need to create xml file using views. This can be done easily using any xml export module but I am not able to create deeper nested xml output like: <itemslist> ...
0
votes
1answer
217 views

views export to xls

I need to export views into xls file. If I use any of possible modules like views bonus or views xls export, I get a simple file with xls extension but inside is clean html code of the table instead ...
1
vote
3answers
951 views

how can I export table content to excel or csv

I am using drupal 6, I have created a table using $tableHeader = array ( array('data' => 'Ebooks','field' => 'etitle'), array('data' => 'Volumes','field' => 'Volume' ), ...
2
votes
1answer
53 views

Is it possible to export arbitrary configurations?

I'm trying to create feature modules for as much as possible, such as my backup schedule (for the Backup & Migrate module) my shortcut sets etc. etc. and I'm surprised how much can't be ...
0
votes
0answers
54 views

import-users-with-custom-fields

Export Users with custom fields? I found this Q&A,a resolved Q.but I want to import the users in another sites ?
2
votes
1answer
205 views

dev-test-prod staging workflow for drupal with transport of database changes

Hi I am looking for a best practice staging workflow for a four level staging environement for drupal: dev->test->pre-prod->prod I found this quite informative thread already Applying Updates to ...
1
vote
1answer
211 views

Add extension .csv to file created with Views Data Export

To export user data into a csv I've setup a view display of type data export succesfully. I've setup a path "admin/people/export" and when visiting it will return a file. The file is a csv file but ...
1
vote
0answers
35 views

multi attribute price multiplier

I am working on building a site that has like 150 products each one is a different kind of moulding and has 7 wood types right now (more types may be added later and there are other products that wont ...
3
votes
1answer
1k views

How to export data from drupal to Excel

I've inherited a Drupal site. I need to extract the main page data out of the site to be able to import it into a different system, but I've never used Drupal and the site is live so I need to tread ...
3
votes
1answer
77 views

Easiest way to export specific user-generated content?

I'm using Drupal 6.x on a site that has many users. There are about 20 "Pro" users that function as authors. I need to export an individual author's posts in order to later import them into WordPress. ...
0
votes
0answers
56 views

No table error during exporting content via Views Data Export

I am using Views Data Export. Database is MSSQL. First I created a view that gives me nodes in csv format. Now I want to export this view to file by a command: drush views-data-export export 1 ...
4
votes
1answer
2k views

How to configure Node Export to mass node export?

I'm trying Node Export for mass node export, but what I see now is that I must choose manually every node to export, what if I want to export all nodes of selected content type. Any chance for doing ...
1
vote
1answer
244 views

Export themes from my site?

Someone gave me access to a website of theres, and they want me to export the theme from one Drupal 7 install to another. (I couldn't find any export links on the /admin/appearance page.) How do I ...
0
votes
0answers
46 views

EntityFieldQuery import / export?

I have a couple of applications that require a user to configure a report from collected data that I store in entities. I would like to start implementing a feature that allows the user to ...
1
vote
1answer
1k views

Export content types using features

I am struggling with it, but I can't do it by myself. Google doesn't gave me links for tutorials other modules doesn't help me too. I would like to export content types definition from Drupal site to ...
0
votes
1answer
432 views

How to export complete products data to csv file

We have a Drupal Commerce site, and need to dump all the products data into another CMS. I checked the question, How to export drupal commerce products? After trying the Views Data Export module, I ...
0
votes
0answers
120 views

Getting a URL with Views Data Export

Using the Views Data Export module to export view content to Excel, is there any way to have each record that exports include a link to the node (just the URL as a text string) in a column? I tried ...
0
votes
0answers
33 views

node_export in multi-site

I have a Drupal 6 multi-site, multi6. The images are in sites/default/files/. There is also peer6, in sites/peer6/files/. When I export a node with an image on multi6, and import it in peer6, the ...
1
vote
3answers
951 views

How to export content to XML, CSV or RTF for print

I'd like to export a (views)-list of events to re-import it with Indesign or Pagemaker, so XML, CSV or RTF-format would be great. The list should be restricted to one, the current month (this is no ...
2
votes
2answers
469 views

Export node report base on Word and Excel template

I want to export node content to Word or Excel. Are there any module to do this? Thanks,
0
votes
1answer
105 views

How can I export node data the same way you do webform data?

We had previously used webform to collect data and our "power users" got used to being able to export the submissions to Excel easily. For various reasons, we've switched from webform to a custom ...
2
votes
3answers
877 views

Sync content between two Drupal sites

I have two Drupal 7 sites running a very similar structure (views, content types, etc) but with a different theme and a few other changes. I need to have all the nodes of specific content types that ...
1
vote
1answer
72 views

revert view option is missing

I have exported my view, and I want to revert the same in other site environment; the revert view option is missing. Am I missing anything? I am using Drupal 7 and Views 3.
0
votes
1answer
1k views

How to create a excel file with drupal 7?

I'm developing a module called coupon management. After I finished all of the functionality, I need to give the option to download the coupons in XLS (Excel) format. How I can do this?
2
votes
1answer
825 views

Can I move a webform to another drupal installation?

I have created a few webforms on our development server and would like to move them over to a production installation. Can I do this with node export? I'm not concerned with migrate any user ...
3
votes
3answers
108 views

Is there is a module like, “dbcm”?

Is there is a module like dbcm in Drupal 7? I want to know changes happen in database, so I can update my production sites with all configuration changes: new block, new views, new (CCK) fields. I ...
0
votes
1answer
120 views

How to export format settings (label, weight, etc) for body field, image field, and tags field

I'm trying to export my layout settings that I did in Display Suite for my article content type full content view. All my settings for various fields (label and order) do take except the image, body, ...

1 2