When run PigFarm Example using attributes method MappingUnit.MapDataOnProperties generete error "kkey cannot be null" in line "if (!row.IsNull(dataField))"
Logged In: YES user_id=944992
The solution to this error is add the line:
fieldMapping.DataFieldName = fieldMapping.DataFieldName;
to MappingUnit MapIdField() method. This is correct??, thanks. DAO is a great project!
Log in to post a comment.
Logged In: YES
user_id=944992
The solution to this error is add the line:
fieldMapping.DataFieldName = fieldMapping.DataFieldName;
to MappingUnit MapIdField() method.
This is correct??, thanks. DAO is a great project!
Logged In: YES
user_id=944992
The solution to this error is add the line:
fieldMapping.DataFieldName = fieldMapping.DataFieldName;
to MappingUnit MapIdField() method.
This is correct??, thanks. DAO is a great project!