* This Message has data in the third and sixth columns, and the
* other columns are unmapped. All columns are required.
*/
public void testParseSkippedRequiredBeginning1() throws Exception
{
StringInput input = new StringInput(
"a1,a2,realdata1,a4,a5,realdata2\n" +
",,nextrealdata1,,,nextrealdata2\n" +
"c1,c2\n"
);