b

biblio-transformation-engine

The biblio transformation engine is a java framework developed by the Hellenic National Documentation Centre (EKT, www.ekt.gr) and consists of programmatic APIs for filtering and modifying records that are retrieved from various types of data sources (eg. databases, files, legacy data sources) as well as for outputing them in appropriate standards formats (eg. database files, txt, xml, Excel). The framework includes independent abstract modules that are executed seperately, offering in many cases alternative choices to the user depending of the input data set, the transformation workflow that needs to be executed and the output format that needs to be generated.
biblio-transformation-engine.googlecode.com
New BSD License
Kostas Stamatis (kstamatis@ekt.gr) Nikos Houssos (nhoussos@ekt.gr)
Files download
File Operation
biblio-transformation-engine-0.82.jar download
biblio-transformation-engine-0.82.pom download
biblio-transformation-engine-0.82-sources.jar download
Apache Maven
<dependency>
  <groupId>gr.ekt</groupId>
  <artifactId>biblio-transformation-engine</artifactId>
  <version>0.82</version>
</dependency>
Gradle Groovy
implementation 'gr.ekt:biblio-transformation-engine:0.82'
Gradle Kotlin
implementation("gr.ekt:biblio-transformation-engine:0.82")
Scala SBT
libraryDependencies += "gr.ekt" % "biblio-transformation-engine" % "0.82"
Groovy Grape
@Grapes(
  @Grab(group='gr.ekt', module='biblio-transformation-engine', version='0.82')
)
Apache Ivy
<dependency org="gr.ekt" name="biblio-transformation-engine" rev="0.82" />
Leiningen
[gr.ekt/biblio-transformation-engine "0.82"]
Apache Buildr
'gr.ekt:biblio-transformation-engine:jar:0.82'