Alternative to Node export
Posted by kswamy on December 26, 2019 at 7:01am
I am looking for an D8 alternative to Node export.
Content synchronization is an option but it still does not allow selective content to be synchronized.
https://www.drupal.org/project/content_sync/issues/3015226
Deploy module https://www.drupal.org/project/deploy seems to be a good option but it is still in beta phase.
Is there any other way to export selected nodes from one environment to another environment?
Please help.
Read moreProblemas al exportar img en xml con DataExport D7
Posted by roeboy on March 26, 2018 at 3:15pm
Hola, buenas...
Tengo un problema para exportar a .XML imagenes con el modulo DataExport. Mi idea es exportar con view sin etiquetas para imagen, que solo aparezca el source o ruta de la imagen pero no las etiquetas html. Ya exporté link`s sin las etiquetas y perfecto
<link>http://...node/1</link>pero eligiendo la opcion: Recibir resultados => Eliminar etiquetas HTML , pero en este caso seleccionando esa opción elimina completo mi img y no solo la etiqueta html.
<img>
<img src="http:../img/file.jpg?itok=irJafnA4" width="69" height="100" />
</img>