Merge remote branch 'kc/new/enh/bug_5431' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / csv-profiles.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>CSV Profiles</h1>
4
5 <p>CSV Profiles are created to define how you would like your cart or list to export.</p>
6
7 <p>To add a CSV Profile enter the following info:</p>
8 <ul>
9 <li>The 'Profile name' will appear on the export pull down list when choosing 'Download' from your cart or list</li>
10 <li>The 'Profile description' is for your own benefit</li>
11 <li>Finally format your CSV file using the 'Profile marcfields' fields
12 <ul><li>Define which fields or subfields you want to export, separated by pipes. Example : 200|210$a|301</li></ul>
13 </li>
14 </ul>
15
16 <p>Once you have created at least one CSV Profile an option to 'Modify CSV Profiles' will appear below the Add form
17 <ul><li>Choose the profile you would like to edit and alter the necessary fields.</li>
18 <li>To delete a profile, check the 'Delete selelcted profile' option before clicking 'Submit Query'</li></ul>
19
20 <h2>Using CSV Profiles</h2>
21 <p>Your CSV Profiles will appear on the export list or cart menu under the 'Download' button</p>
22
23
24 [% INCLUDE 'help-bottom.inc' %]