SID-02182: csv2twiki error
| Status: |
Answered |
TWiki version: |
6.0.1 |
Perl version: |
5.010001 |
| Category: |
CategoryPlugins |
Server OS: |
RedHat |
Last update: |
9 years ago |
Hi,
I've already created twiki application (contactDB, template, form..) which is almost same as the one in tutorial.
The first row in my csv file:
Salutation;Name;Job;Company;City;ZIP;
My form table:
| Name: |
Type: |
Size |
Values: |
Tooltip message: |
| Salutation |
text |
10 |
|
Pick salutation |
| Name |
text |
40 |
|
First name and Last name of person |
| Job |
text |
40 |
|
Job title |
| Company |
text |
40 |
|
Company name |
| City |
text |
30 |
|
City |
| ZIP |
text |
20 |
|
Zip code |
When I'm trying to execute command
[root@twiki tools]# perl csv2twiki.pl /media/tt3.csv Sandbox ContactTemplate
I got message
ERROR: No matching fields found in CSV header and form of template topic
Please, could you help me, where is the possible mistake?
Thank you.
--
Martin Piala - 2016-03-24
Discussion and Answer
CSV delimiter is comma, not semicolon.
--
Peter Thoeny - 2016-03-24
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.