Documentation ¶
Overview ¶
Import and export to/from the GroupMatcher (*.gm) format
Index ¶
- func FormatGroupsAndPersons(groups []*matching.Group, persons []*matching.Person) (string, error)
- func FormatGroupsAndPersonsToExcel(groups []*matching.Group, persons []*matching.Person, l map[string]string, ...) (*xlsx.File, error)
- func ParseGroupsAndPersons(data io.Reader) ([]*matching.Group, []*matching.Person, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatGroupsAndPersons ¶
Converts the current groups and persons (of package matcher) into a string in .gm syntax.
func FormatGroupsAndPersonsToExcel ¶
func FormatGroupsAndPersonsToExcel(groups []*matching.Group, persons []*matching.Person, l map[string]string, printTotal bool) (*xlsx.File, error)
Converts the current groups and persons (of package matcher) into a .xlsx document and saves into the project folder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.