• This topic has prefixes assigned
Viewing 2 posts - 1 through 2 (of 2 total)
Author
Posts
  • #11318

    I have a lot of very old census where I copied from another table (a danish page with census) and it made a lot of empty spaces. Now with the new design, it does not ignore these spaces. Any idea how to fix it in an easy way? (have more than 2000 records so I really do not want to edit by typing).

    See images:

    notes

    Regards, Jamie Jaconelli

    admin and owner of a user customized version of kiwitrees (contain 3 family trees)

  • #11322

    I can easily fix the problem by trimming white space from the start and end of each text cell of the census shared note display.

    You can update that by replacing the file kiwitrees/modules_v4/census_assistant/module.php with the version in the attached zip folder.

    Removing the spaces from the existing stored data is more complicated. There are so many places that multiple spaces might exist in the GEDCOM data, that it is hard to isolate and remove just the ones that should be moved.

    For example, in a census shared note you might have the line:

    1 CONT       John Smith     |12     | Denmark||

    If you remove all multiple spaces you would have:

    1 CONTJohn Smith|12|Denmark

    when you should have

    1 CONT John Smith|12|Denmark

    So I would not recommend trying to bulk replace these.

    Nigel
    My personal kiwitrees site is www.our-families.info
    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Census shared notes show unwanted white space’ is closed to new replies.