Class FileTransformer
- java.lang.Object
-
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.FileTransformer
-
- All Implemented Interfaces:
PartitionSourceTransformer
public class FileTransformer extends Object implements PartitionSourceTransformer
Converts the File Type to a BulkData Source There are no sophisticated operations. Usually the list of generated datasources is size 1.
-
-
Constructor Summary
Constructors Constructor Description FileTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BulkDataSource>
transformToDataSources(String source, String type, String location)
Converts the Source-Type and Location to multiple BulkDataSources for partitioning
-
-
-
Method Detail
-
transformToDataSources
public List<BulkDataSource> transformToDataSources(String source, String type, String location) throws FHIRException
Description copied from interface:PartitionSourceTransformer
Converts the Source-Type and Location to multiple BulkDataSources for partitioning- Specified by:
transformToDataSources
in interfacePartitionSourceTransformer
- Returns:
- Throws:
FHIRException
-
-