Release 0.03
[manu/RT-Extension-ImportCustomFieldValues.git] / README
1 NAME
2     RT-Extension-ImportCustomFieldValues - Allow to import customfield
3     values from CSV file
4
5 RT VERSION
6     Works with RT 4.2 and 4.4.
7
8 INSTALLATION
9     "perl Makefile.PL"
10     "make"
11     "make install"
12         May need root permissions
13
14     Edit your /opt/rt4/etc/RT_SiteConfig.pm
15         If you are using RT 4.2 or greater, add this line:
16
17             Plugin('RT::Extension::ImportCustomFieldValues');
18
19     Clear your mason cache
20             rm -rf /opt/rt4/var/mason_data/obj
21
22     Restart your webserver
23
24 DESCRIPTION
25     The ImportCustomFieldValues extension gives you an easy way to import
26     values in a customfield of type "Select" from a CSV file.
27
28 DETAILS
29     The tool is available through
30     Administration->CustomFields->[CustomField]->Import from CSV
31
32     CSV file must a consist of a text file with:
33
34     - File encoding: UTF-8 - Fields separated by ";" - No headers - Using
35     the following columns and order: SortOrder, Name, Description, Category
36     - Column "Name" is mandatory, other columns may be empty but must exists
37
38 AUTHOR
39     Emmanuel Lacour <elacour@easter-eggs.com>
40
41 BUGS
42     All bugs should be reported via email to
43
44         L<bug-RT-Extension-ImportCustomFieldValues@rt.cpan.org|mailto:bug-RT-Extension-ImportCustomFieldValues@rt.cpan.org>
45
46     or via the web at
47
48         L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-ImportCustomFieldValues>.
49
50 LICENSE AND COPYRIGHT
51     This software is Copyright (c) 2022 by Emmanuel Lacour.
52
53     This is free software, licensed under:
54
55       The GNU General Public License, Version 2, June 1991
56