View | Details | Raw Unified | Return to bug 5373
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl (-3 / +2 lines)
Lines 144-151 Link Here
144
<ul>
144
<ul>
145
<li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
145
<li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
146
<li><b>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</b>  Values are comma-separated.</li>
146
<li><b>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</b>  Values are comma-separated.</li>
147
<li>OR choose which fields you want to supply from the following list:<ul><li>
147
<li>OR choose which fields you want to supply from the following list:<ul>
148
    <!-- TMPL_LOOP name="columnkeys" -->'<!-- TMPL_VAR name="key" -->', <!-- /TMPL_LOOP -->
148
<li>'cardnumber'<!-- TMPL_LOOP name="columnkeys" -->, '<!-- TMPL_VAR name="key" -->'<!-- /TMPL_LOOP -->
149
</li></ul></li>
149
</li></ul></li>
150
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
150
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
151
<li>If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: <b>INSTID:12345,LANG:fr</b> or <b>STARTDATE:January 1 2010,TRACK:Day</b>. If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: <b>&quot;STARTDATE:January 1, 2010&quot;,&quot;TRACK:Day&quot;</b>.  The second syntax would be required if the data might have a comma in it, like a date string.
151
<li>If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: <b>INSTID:12345,LANG:fr</b> or <b>STARTDATE:January 1 2010,TRACK:Day</b>. If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: <b>&quot;STARTDATE:January 1, 2010&quot;,&quot;TRACK:Day&quot;</b>.  The second syntax would be required if the data might have a comma in it, like a date string.
152
- 

Return to bug 5373