create object and paste text

  • I want to know how to create an object where I can paste a large text file containing many cemeteries in The Netherlands:

    Code
    ID0002 = neues Objekt;
    ID0002
    TEXT: Kerkepad 1-A, 2973 AR Molenaarsgraaf :TEXT
    hat PLZ 2973AR
    heißt (auf dut) Kerkhof Hervormde Kerk
    ist (in dut) begraafplaats,
    liegt bei 51.875211°N 4.818101°O;
    ID0003 = neues Objekt;

    and so on....


    Can someone help me?


    Best regards,

    Marianne

  • It looks like there are still some bugs in the GOV program when processing English quicktext. Vermutlich kann ich mir den Fehler morgen früh (wenn die Familie noch schläft) ansehen. Therefore your idea with automatically generated German text is good. One of the members of GOV core team has already created this cemetary: http://gov.genealogy.net/KERAAFJO21JV


    Code
    ID0002 = neues Objekt;
    ID0002
    TEXT: Kerkepad 1-A, 2973 AR Molenaarsgraaf :TEXT,
    hat PLZ 2973AR,
    heißt (auf dut) Kerkhof Hervormde Kerk,
    ist (auf deu) Friedhof,
    liegt bei 51.875211°N 4.818101°O;

    If you know the GOV id of the settlement or the municipality in which this cemetary is located, you can also add the relation between the cemetary and the place with an additional line

    Code
    gehört zu MOLAAFJO21JV,
  • If you know the GOV id of the settlement or the municipality in which this cemetary is located, you can also add the relation between the cemetary and the place with an additional line

    Code
    gehört zu MOLAAFJO21JV,

    In many items in my list is already a 'gehört zu' line. Thank you!