first test run
This commit is contained in:
@@ -65,7 +65,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
private static final Logger log = LoggerFactory.getLogger(MamMigrationSelective.class);
|
||||
|
||||
static final String mamHost = "https://service.media-assistant.animalhealth.bayer.com";
|
||||
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 56942 /*72048, 60984 /*48147 /* 58443/*, 53787, 32427, 71725, 63080*/ )); // 72048, 60984
|
||||
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 71725, 71263, 71048, 70778, 70746, 70745, 70440, 70361, 70340, 70288, 70161, 70142, 63924, 63201, 57641, 56942 ));
|
||||
|
||||
static final String fileCache = "E:\\";
|
||||
|
||||
@@ -180,7 +180,10 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
String entryJson = jsonMapper.writeValueAsString(entry);
|
||||
List<String> keywords = new ArrayList<String>();
|
||||
HashSet<String> campaignGuids = new HashSet<String>();
|
||||
|
||||
|
||||
// XXX
|
||||
record.addClassification("Migration.Filetest");
|
||||
|
||||
// globally applicable classifications
|
||||
record.addClassification("Migration");
|
||||
record.addClassification("Country.Global");
|
||||
|
||||
Reference in New Issue
Block a user