jdoc1.put("intField", "notAnInteger");
collector.reset();
assertFalse(morphline.process(jdoc1)); // can't convert
jdoc1.replaceValues("intField", "20");
jdoc1.put("longField", "200");
jdoc1.put("stringField", "abc");
jdoc1.put("boolField", "true");
jdoc1.put("floatField", "200");
jdoc1.put("doubleField","200");