Class S3Transformer
- java.lang.Object
 - 
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.S3Transformer
 
 
- 
- All Implemented Interfaces:
 PartitionSourceTransformer
public class S3Transformer extends Object implements PartitionSourceTransformer
S3Transformer takes the object path, such that GET fhir-import maps to fhir-import.ndjson and fhir-import and anything that matches 'fhir-import*'. Think of this as a matrix of the input to multiple inputs (such as segments in a file). 
- 
- 
Constructor Summary
Constructors Constructor Description S3Transformer() 
- 
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:PartitionSourceTransformerConverts the Source-Type and Location to multiple BulkDataSources for partitioning- Specified by:
 transformToDataSourcesin interfacePartitionSourceTransformer- Returns:
 - Throws:
 FHIRException
 
 - 
 
 -