public class CsvDataLoader extends Object
| Constructor and Description |
|---|
CsvDataLoader(PersistenceService db,
CdsRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Loads CSVs from the first existing CSV folder location.
|
void |
loadFolder(File folder,
boolean recursive,
ChangeSetContext ctx)
Loads CSV files from within the specified folder
|
public CsvDataLoader(PersistenceService db, CdsRuntime runtime)
public void load()
public void loadFolder(File folder, boolean recursive, ChangeSetContext ctx)
folder - the folderrecursive - true, if the folder should be scanned recursivelyctx - an optional ChangeSetContextCopyright © 2023. All rights reserved.