public void readRep(Repository rep, IMetaStore metaStore, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException {
try{
outputField = rep.getStepAttributeString(id_step, "outputfield"); //$NON-NLS-1$
}
catch(Exception e){
throw new KettleException("Unable to load step from repository", e);
}
}