Merge pull request #68 from pymma/kafka
Excell Import of Rule template does null pointer whena cell is not fi…
This commit is contained in:
commit
128c39ca57
1 changed files with 3 additions and 1 deletions
|
|
@ -126,7 +126,9 @@ public class EditTemplateView extends VerticalLayout {
|
|||
for (InterpolationVariable interpolationVariable : model.getInterpolationVariablesList()){
|
||||
|
||||
Object o = line.get(interpolationVariable.getVarName());
|
||||
if (o!= null) {
|
||||
cols[k] = o.toString();
|
||||
}
|
||||
k++;
|
||||
}
|
||||
model.addRow(cols);
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue