@Component public class FileIngester extends Object
For now only csv files are supported
| Constructor and Description |
|---|
FileIngester(FileStoreDownload fileStoreDownload,
ImportServiceFactory importServiceFactory,
FileRepositoryCollectionFactory fileRepositoryCollectionFactory,
FileMetaFactory fileMetaFactory) |
| Modifier and Type | Method and Description |
|---|---|
FileMeta |
ingest(String entityName,
String url,
String loader,
String jobExecutionID,
Progress progress,
String failureEmail)
Imports a csv file defined in the fileIngest entity
|
@Autowired public FileIngester(FileStoreDownload fileStoreDownload, ImportServiceFactory importServiceFactory, FileRepositoryCollectionFactory fileRepositoryCollectionFactory, FileMetaFactory fileMetaFactory)
Copyright © 2016. All Rights Reserved.