- Posts: 180
Question Hi,Is there a way to quickly fix data errors?
- xiao
- Topic Author
- Offline
- Junior Member
Less
More
4 months 17 hours ago #1
by xiao
Hi,Is there a way to quickly fix data errors? was created by xiao
Hello everyone, due to a mistake, I filled in the "Name suffix" and "Nickname" in reverse, and mistakenly filled in the value of "Name suffix" as "Nickname". There are more than 2,000 such errors. Is there any way to fix it quickly?
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
4 months 5 hours ago #2
by fisharebest
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Replied by fisharebest on topic Hi,Is there a way to quickly fix data errors?
You can use a search/replace three times:
\n2 NICK => \n2 XXXX
\n2 NSFX => \n2 NICK
\n2 XXXX => \n2 NSFX
\n2 NICK => \n2 XXXX
\n2 NSFX => \n2 NICK
\n2 XXXX => \n2 NSFX
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- xiao
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 180
4 months 4 hours ago #3
by xiao
Replied by xiao on topic Hi,Is there a way to quickly fix data errors?
Thank you so much
Please Log in or Create an account to join the conversation.