Project

General

Profile

« Previous | Next » 

Revision 25bd1848

Added by Andreas Müller over 11 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/dwca/DwcaImportActivator.java
40 40
	static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
41 41
//	static final URI source = dwca_test_in();
42 42
//	static final URI source = dwca_test_cich_len();
43
	static final URI source = dwca_test_col_sapindaceae();
43
//	static final URI source = dwca_test_col_sapindaceae();
44 44
//	static final URI source = dwca_test_col_cichorium();
45 45
//	static final URI source = dwca_test_scratch_test();
46
//	static final URI source = dwca_test_col_All_Pesi2();
47 46
//	static final URI source = dwca_test_col_All();
48 47
//	static final URI source = dwca_test_col_All_Pesi2();
48
	static final URI source =  dwca_import_emonocots();
49 49
	
50 50
	
51 51
	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
......
67 67
	
68 68
	//check - import
69 69
	static final CHECK check = CHECK.IMPORT_WITHOUT_CHECK;
70
	static int partitionSize = 5;
70
	static int partitionSize = 1000;
71 71
	
72 72
	//config
73 73
	static DatasetUse datasetUse = DatasetUse.SECUNDUM;
......
170 170
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/CoL/Sapindaceae/archive-family-Sapindaceae-bl3.zip");
171 171
		return sourceUrl;
172 172
	}
173

  
174
	//Dwca
175
	public static URI dwca_import_emonocots() {
176
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/Scratchpads/dwca_dioscoreaceae_emonocots.zip");
177
		return sourceUrl;
178
	}
173 179
	
174 180
	//CoL
175 181
	public static URI dwca_test_col_All() {

Also available in: Unified diff