|
From: Benny M. <ben...@gm...> - 2008-02-11 08:20:15
|
Hi Bernard. Option 1: create a filter if that is possible to see the estimated dates. I don't think such a filter exists right now, but it would be interesting (filter on the quality of a date, estimated, about, range, ....). So somebody would have to code it then ... Then you still have to edit everything ==> slow Option 2: export to .gramps xml format, uncompress the file, and extract the xml text file in the .gramps file. Open that file with a text editor like gedit/kate. Now, search on the text string: quality="estimated" You will find all dates with estimated. Find and replace of the above with nothing will change them. Be carefull not to delete to much. This is the fastest edit you can do. When finished, import the xml file in an empty grdb file. Benny 2008/2/10, Bernard Banko <bee...@gm...>: > > Hello, > is there a simple way to remove many estimated dates at once (events > having estimated dates)? > Thanks, > Bernard. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gramps-users mailing list > Gra...@li... > https://lists.sourceforge.net/lists/listinfo/gramps-users > |