Export content To CSV icon
Module Id
exportContentToCsv
Group Id
org.jahia.se.modules
Updated
Requires Jahia
8.2.0.4
Author
Stephane Monier
Category
Tools and Utilities
Status
COMMUNITY info

Export content To CSV group_work

export csv content utility

The Export Content to CSV module is a feature designed for Jahia's v8.2 back-office. This module allows users to export content types and their selected properties into a CSV file.

Features

  • Add a new entry to the Jahia back-office menu after module deployment and activation.
  • Select any deployed content type from a dropdown menu.
  • View and select the properties associated with the selected content type.
  • Export the selected properties of the chosen content type to a CSV file.
  • CSV file includes:
    • Header with the selected properties.
    • Content data associated with those properties.

Dependencies & Dependants

Dependencies
  • NONE
Dependants
  • NONE

FAQ

Usage

  1. Open the Module

After deploying and activating the module, you will find a new entry in the Extensions menu of Jahia’s back-office.

  1. Specify the CSV file separator

Enter the desired CSV separator

  1. Select Content Type

From the dropdown menu, select the content type you want to export.

  1. Select Properties

Choose the properties of the content type you want to include in the CSV export.

  1. Export to CSV

Click the Export to CSV button to generate the CSV file. The generated file will include:

  • A header with the selected properties.
  • Content data corresponding to the selected properties.

How To Install

Source Code : https://github.com/smonier/exportContentToCsv

Installation

  1. Build the Module

Use Maven to build the module:

mvn clean install
  1. Deploy the Module

Deploy the generated .jar file to your Jahia server.

  1. Activate the Module

Activate the module on the desired site.

Images

License

Copyright 2024 Stephane Monier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.