| |
Importing Data
SubmitWolf can build projects from data files created by external sources such as online submission forms.
Importing Projects from the Clipboard
Form submissions (in the format described below) received via email, for example, can be imported directly from the Windows clipboard. Copy the data from the email, then click on the File menu and select Import Clipboard
The data will be entered as a new URL in the current project, with the relevant URL detail fields populated.
Data file format
The output of the form must be decoded into a tagged file format with one field per line. This is the default format of many available CGI scripts. eg: Formmail.
FIELD_NAME1=VALUE
FIELD_NAME2=VALUE
The following field name tags are recognized by SubmitWolf: Note that some fields require a specific value eg. country, language, and category. A list of these values and/or a sample HTML submission form using these values, can be obtained from support.
| FIRST= | First Name |
| SURNAME= | Surname |
| TITLE= | Title |
| COMPANY= | Company name |
| STREET= | Street Address |
| CITY= | City |
| STATE= | State |
| STATECODE= | State code |
| ZIP= | ZIP / post code |
| COUNTRY= | Country. Country list available from support |
| TEL= | Telephone |
| FAX= | Fax |
| MOBILE= | Mobile |
| TOLLFREE= | Toll Free Number |
| EMAIL= | Email Address |
| CONFIRM= | Email Address for submission confirmations |
| URLTITLE= | Title of Web Page |
| CNTCODE= | Country code eg. au or fr. List available from support |
| LANG= | The language used on the site. Language list available from support |
| SDESCRIPTION= | Brief Description |
| DESCRIPTION= | Long Description |
| URL= | Url |
| TYPEID= | Type of site. eg Commercial, non commercial. Value list available from support |
| USERNAME= | Username |
| PASSWORD= | Passwords |
| KEYWORDS= | CSV Keywords (eg: keyword1,keyword2) |
Notes:
Each field name corresponds directly to an input field of SubmitWolf.
The data must be on a single line with the exception of
the DESCRIPTION field which can span several lines. eg:
DESCRIPTION=Line 1
Line 2
Line 3
Line 4
The CATEGORY field must have a numerical value representing a code of
one of the SubmitWolf categories. These values can be found in the
'types.dat' file.
|
|