org.eaglei.datatools.etl.server.transformer
Interface Transformer

All Known Implementing Classes:
TransformerImpl

public interface Transformer

Transform the Data into Rdf statements

Author:
Sravan Cheriyala

Field Summary
static java.lang.String SYNTAX
           
 
Method Summary
 com.hp.hpl.jena.rdf.model.Statement[] transformToRDF(java.util.Map<java.lang.String,java.lang.String> dataMap, java.io.File mapFile)
          The dataMap is a java.util.Map with 'key' as Expression from map file and values is the value read from the extracted file using that expression.
 

Field Detail

SYNTAX

static final java.lang.String SYNTAX
See Also:
Constant Field Values
Method Detail

transformToRDF

com.hp.hpl.jena.rdf.model.Statement[] transformToRDF(java.util.Map<java.lang.String,java.lang.String> dataMap,
                                                     java.io.File mapFile)
                                                     throws TransformException,
                                                            org.eaglei.services.repository.RepositoryProviderException
The dataMap is a java.util.Map with 'key' as Expression from map file and values is the value read from the extracted file using that expression.

Parameters:
dataMap -
mapFile -
Returns:
Statement[]
Throws:
TransformException
org.eaglei.services.repository.RepositoryProviderException


Copyright © 2009-2011 Eagle-I. All Rights Reserved.