Posted by ruplah on December 27, 2016 at 1:36pm
Hi,
Was trying to find ways to export/import content from drupal 8 so that it can imported to another drupal 8 site or import into a custom application.
Which modules can help?
https://www.drupal.org/project/parser_csv is obsolete
https://www.drupal.org/project/backup_migrate is for entire site/db
https://www.drupal.org/project/importexportapi no releases any more
Anything else I can look into?
Was looking at
https://groups.drupal.org/node/21338#import_and_export_generic
Comments
Feeds or the REST API ?
Permanently Save Data from one site to anther ... Feeds
I would look into using Feeds https://www.drupal.org/project/feeds
View Data from one site on another site using the REST API
Retrieve data from the other site by setting up RESTful web services Another option is to program a custom module that retrieves data from the other site
See https://www.drupal.org/docs/8/api/restful-web-services-api/restful-web-s...
I hope this helps
It is a damn poor day when you don't learn something.