add_individual
Create and save a new person in a GEDCOM family tree, returning their @I..@ ID so you can link them using family or parent tools.
Instructions
Add a new individual and save. Returns the new @I..@ id; link them with add_family / set_parents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | M, F or U | |
| file | No | GEDCOM file name (with or without .ged). Optional when only one file exists. | |
| note | No | ||
| given | Yes | Given name(s) | |
| surname | Yes | ||
| birth_date | No | ||
| death_date | No | ||
| birth_place | No | ||
| death_place | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Id of the record created or modified | |
| file | Yes | ||
| backup | No | Path of the .bak written before saving | |
| message | Yes |