Toni
changing the whitespace of the individual name is possible but is not the recommended way how to deal with this,
an individual name including blank spaces can only be 10 characters long, well, there _must_ be 10 characters
I usually write names in difficult cases as 10 explicit characters and then add another blank space to separate the sequence:
ind1______ ATTACAG
ind2______ ATTACAG
I also suggest NOT to use any ‘funny’ characters, accents. Migrate cannot deal with fancy UTF encoding. Most common errors are counting errors: not the correct number of individuals, loci, length of sequence.
Peter