for(int i = 1; i < name.length; i++){ if(name[i-1] != (null | "" | " ") ) lstFragebogen.add(name[i-1]);}