[Koha-bugs] [Bug 34213] New: import_patrons.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 6 08:46:32 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34213

            Bug ID: 34213
           Summary: import_patrons.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: Igor.A.Sychev at mail.ru
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

Option "-c" --confirm or --matchpoint?

root at koha:/usr/share/koha/bin# perl import_patrons.pl --help
Usage:
    import_patrons.pl --file /path/to/patrons.csv --matchpoint cardnumber
    --confirm [--default branchcode=MPL] [--overwrite] [--preserve-field
    <column>] [--preserve-extended-attributes] [--update-expiration]
    [--expiration-from-today] [--verbose]

Options:
    -h|--help
            Prints a brief help message and exits

    -c|--confirm
            Confirms you really want to import these patrons, otherwise
            prints this help

    -f|--file
            Path to the CSV file of patrons to import

    -c|--matchpoint
            Field on which to match incoming patrons to existing patrons

    -d|--default
            Set defaults to patron fields, repeatable e.g. --default
            branchcode=MPL --default categorycode=PT

    -k|--preserve-field
            Prevent specified patron fields for existing patrons from being
            overwritten

    -o|--overwrite
            Overwrite existing patrons with new data if a match is found

    -p|--preserve-extended-attributes
            Retain extended patron attributes for existing patrons being
            overwritten

    -en|--email-new
            Send the WELCOME notice email to new users

    -ue|--update-expiration
            If a matching patron is found, extend the expiration date of
            their account using the patron's enrollment date as the base

    -et|--expiration-from-today
            If a matching patron is found, extend the expiration date of
            their account using the patron's enrollment date as the base

    -v|--verbose
            Be verbose

            Multiple -v options increase the verbosity

            2 repetitions or above will report lines in error

            3 repetitions or above will report feedback

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list