So I've got a list of keywords to put in to webform, however when I loop through the list if the keyword(s) if there is a space it adds quotes.
For example: If the variable is 'Bob Barker' the form is populated with "Bob Barker" with the quotes. However if it is just 'Bob' then it is Bob with no quotes.
How do I clear those quotes?
Quotes in WebForm text
Quotes in WebForm text
Last edited by historian on Wed Jun 13, 2012 3:05 am, edited 1 time in total.
Quotes in WebForm text
Send me your task please. It seems the problem is in it.
Quotes in WebForm text
;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|0
Comment=STRINGLIST
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task1"
Hide=INTEGER|0
ID=INTEGER|266310893
LogOnAsUser=INTEGER|1
Name=STRING|"Keyword import"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
Action2=FOLDER
Action3=FOLDER
[Actions\Action1]
ActionID=STRING|"A_LOOP_TEXT"
Enabled=INTEGER|-1
Name=STRING|"Text Loop"
Params=FOLDER
[Actions\Action1\Params]
destvar=STRING|"{KEYWORD}"
line0=STRING|"Agile Development"
line1=STRING|"Analysis"
linecount=STRING|"2"
sourcetext=STRING|"1"
[Actions\Action2]
ActionID=STRING|"A_WD_FILLFORM"
Enabled=INTEGER|-1
Name=STRING|"Fill Web Form"
Params=FOLDER
[Actions\Action2\Params]
address=STRING|"https://192.168.1.22/admin/content/taxonomy/41/add/term"
autodownload=STRING|"0"
autologon=STRING|"0"
form=STRING|"0"
keep=STRING|"0"
overwrite=STRING|"0"
param0000=STRING|"edit-name,0,Edit,{KEYWORD}"
paramscount=STRING|"1"
submit=STRING|"1"
[Actions\Action3]
ActionID=STRING|"A_LOOP_END"
Enabled=INTEGER|-1
Name=STRING|"End Loop"
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|0
Comment=STRINGLIST
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task1"
Hide=INTEGER|0
ID=INTEGER|266310893
LogOnAsUser=INTEGER|1
Name=STRING|"Keyword import"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
Action2=FOLDER
Action3=FOLDER
[Actions\Action1]
ActionID=STRING|"A_LOOP_TEXT"
Enabled=INTEGER|-1
Name=STRING|"Text Loop"
Params=FOLDER
[Actions\Action1\Params]
destvar=STRING|"{KEYWORD}"
line0=STRING|"Agile Development"
line1=STRING|"Analysis"
linecount=STRING|"2"
sourcetext=STRING|"1"
[Actions\Action2]
ActionID=STRING|"A_WD_FILLFORM"
Enabled=INTEGER|-1
Name=STRING|"Fill Web Form"
Params=FOLDER
[Actions\Action2\Params]
address=STRING|"https://192.168.1.22/admin/content/taxonomy/41/add/term"
autodownload=STRING|"0"
autologon=STRING|"0"
form=STRING|"0"
keep=STRING|"0"
overwrite=STRING|"0"
param0000=STRING|"edit-name,0,Edit,{KEYWORD}"
paramscount=STRING|"1"
submit=STRING|"1"
[Actions\Action3]
ActionID=STRING|"A_LOOP_END"
Enabled=INTEGER|-1
Name=STRING|"End Loop"
Last edited by historian on Wed Jun 13, 2012 11:50 pm, edited 1 time in total.
Quotes in WebForm text
Thank you. we'll investigate the problem.
Quotes in WebForm text
Unfortunately it was a bug.
We have fixed it now.
Download and install this patch please.
We have fixed it now.
Download and install this patch please.