Jump to content
WAPT Forum
Sign in to follow this  
Guest tslaxz

Modifying a URL

Recommended Posts

Guest tslaxz

I need to modify dynamically a URL like "www.google.com.br/123456" using a CSV file. The problema is that when I insert a parameter, for example the parameter id, the URL turns on "www.google.com.br/?id=123456".

 

Can I modify just the number "123456" using a CSV file?

Share this post


Link to post
Share on other sites

I need to modify dynamically a URL like "www.google.com.br/123456" using a CSV file. The problema is that when I insert a parameter, for example the parameter id, the URL turns on "www.google.com.br/?id=123456".

 

Can I modify just the number "123456" using a CSV file?

Yes, you need to create variable, initialize it by $CSV function and then you can use $Var function in URL Path instead of static number.

Share this post


Link to post
Share on other sites
Guest jamies

Yes, you need to create variable, initialize it by $CSV function and then you can use $Var function in URL Path instead of static number.

 

Thanks a lot. It really helped me.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...