Skip to content

AvionosLLC/groovy-console-csv-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Groovy Console CSV Extension

Avionos

Overview

CSV extension for the AEM Groovy Console. Adds binding and star import providers to facilitate printing CSV output in Groovy scripts using the Apache Commons CSV library.

csv.withFormat(CSVFormat.EXCEL) // defaults to CSVFormat.DEFAULT if not specified
csv.printRecord("First Name", "Last Name")
csv.printRecord("Mark", "Daugherty")

Compatibility

Bundle Version AEM Version(s)
0.x.x 6.3, 6.4, 6.5

Installation

  1. Add the bundle as a dependency to an existing AEM project:
<dependency>
    <groupId>com.avionos.aem.groovyconsole.extensions</groupId>
    <artifactId>groovy-console-csv-extension</artifactId>
    <version>0.0.1</version>
    <scope>provided</scope>
</dependency>

Versioning

Follows Semantic Versioning guidelines.

About

AEM Groovy Console Extension that uses the Apache Commons CSV library to provide a binding for rendering CSV output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages