Guest tslaxz Report post Posted March 20, 2012 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? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted March 21, 2012 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. Quote Share this post Link to post Share on other sites
Guest jamies Report post Posted March 26, 2012 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. Quote Share this post Link to post Share on other sites