Can anyone recommend any good import/export modules that will export the data within a 'content type' type as a CSV. Would this be even possible? As some nodes might have images in the body and all the stuff. However I just need to export simple short text fields. I've tried a few including Feeds, Features, Node Export but I couldn't find exactly what I needed.

Comments

nevets’s picture

Views can do a csv export.

sui_page’s picture

I used Views Data Export but is there a way to import the an updated CSV file back into Drupal.

sui_page’s picture

I've had luck with the Feeds module but the only downside is you can't export CSV's

nevets’s picture

You can use both modules, views to create a csv file, feeds to import.

rudyard55’s picture

Feeds CAN import CSV files... and xml... and opml ... and other types of structured text.

panditvarun20’s picture

I am creating a custom module to import & export csv file that holds up the cck field of particular content type in the header of csv, when I choose to export the csv.

Varun Kr Pandey

panditvarun20’s picture

Hey, Can you tell me how to create a csv & import export it by using custom module

Varun Kr Pandey

fgjohnson@lojoh.ca’s picture

If the fields on the content type that you want to import into contain multi-values, you can augment FEEDS Import using the
Tamper module explode feature.

You just need to make sure you create the csv with appropriate delimiters.
Sine I had comma's in my data I delimited the fields with a " | '".

Hope this helps.

Get It Done!
Asking the obvious questions.

dharani87’s picture

We used both the modules to export/import data as a csv in our previous projects.
Which worked well for us.

You can try both modules in your site that will help you solve the issue.

panditvarun20’s picture

How to create a custom csv file for our content type

Varun Kr Pandey

fgjohnson@lojoh.ca’s picture

Get It Done!
Asking the obvious questions.

VM’s picture

per: https://drupal.org/node/696130 please edit the opening post and move it to the 'post installation' forum. Thanks.

nandeesh95’s picture

You can use this https://www.drupal.org/project/feeds to enable feed module to import data and use https://www.drupal.org/project/views_data_export module for exporting a data.

prsnjtbarman’s picture

For Drupal 8 Use "content_export_csv" to export Full-Html body.

https://www.drupal.org/project/content_export_csv