We are trying import form data from our web sites. Kirix is great for this but we're having one problem. The information coming in from drop-down lists is placed in a single record(a good thing) but with no data separator.
Some of the drop-downs have 50 options, and it is not obvious what is what. i.e.
demodemoadmin
is it demo,demoadmin or demodemo,admin or demo,demo,admin
Is there anyplace to tell Kirix to add a delimiter?
TIA
Kirix Support Forums
Importing Web Form Data - dropdown lists?
4 posts
• Page 1 of 1
- lavajumper
- Registered User
- Posts: 2
- Joined: Thu Oct 09, 2008 9:23 am
Re: Importing Web Form Data - dropdown lists?
I definitely see your issue; however, as far as I know, there's no way to set the delimiter in the interface. Do you have a publicly available link that I could reference to see if there's a workaround?
Aaron Williams
Kirix Support Team
Kirix Support Team
-
Aaron - Kirix Support Team
- Posts: 120
- Joined: Fri Dec 16, 2005 3:01 pm
Re: Importing Web Form Data - dropdown lists?
Another viable option is to import the data as one column, and then split out the data via a calculated field. I could imagine using the STRPART() function to achieve this.
All the best,
Ben
All the best,
Ben
Ben Williams
Kirix Support Team
Kirix Support Team
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
Re: Importing Web Form Data - dropdown lists?
I've been looking for a link that does this, and have had no luck. The info we're trying to recover is from one of our internal servers. Here's a bit of the source page in one of the frames:
A couple of notes:
-This is one row from a table of about 35 rows
-The table is ALL ONE LINE in the source, no spaces or linefeeds
-Other forms on the site which the options have linefeeds between them in the source have a space as a delimiter.
I'm pretty new to Strata, and haven't had time to poke at it much. I'll try playing with the functions this weekend.
- Code: Select all
<tr class="ListTR"><td> </td><td>DemoUsers</td><td>demoadmin</td><td><select name="groupUsers" class="SelectField"><option value="demo">demo</option><option value="demoadmin">demoadmin</option></select></td><td align="center"><a href="/nsepn/servlet/ManageGroupGUI?vid=dataaccess&username=dataaccess&grpName=DemoUsers" class="listlink">Manage</a></td></tr>
A couple of notes:
-This is one row from a table of about 35 rows
-The table is ALL ONE LINE in the source, no spaces or linefeeds
-Other forms on the site which the options have linefeeds between them in the source have a space as a delimiter.
I'm pretty new to Strata, and haven't had time to poke at it much. I'll try playing with the functions this weekend.
- lavajumper
- Registered User
- Posts: 2
- Joined: Thu Oct 09, 2008 9:23 am
4 posts
· Page 1 of 1
Return to Strata Help & Feedback