Search found 3 matches

by k2g
Sat Feb 20, 2016 10:20 pm
Forum: General
Topic: How to concatenate two parameter and pass as Invocation Id
Replies: 2
Views: 2680

How to concatenate two parameter and pass as Invocation Id

Hi Experts, I have a sequence as per below design(simplified) : PreProcees------>JobActivity1--------JobActivity2--------->PostProcess JobActivity1 runs a parallel job Jb_Src_S_Tgt_T which is multi instance Job and invocation id is #jp_InvocationID# Here jp_InvocationID is sequence parameter having ...
by k2g
Tue Feb 19, 2013 9:53 pm
Forum: General
Topic: How to validate a column having website url value
Replies: 3
Views: 2682

Thanks Bob and ray for you reply. Yes, I am checking this website_url column should not contain character like ! * ' ( ) ; : @ & = + $ , / ? % # [ ] . Apart from that, I am also checking that it should start with www, http:// or https://. I am not able to check the format of this website_url. Fo...
by k2g
Tue Feb 19, 2013 7:38 am
Forum: General
Topic: How to validate a column having website url value
Replies: 3
Views: 2682

How to validate a column having website url value

Hi, In my source file, I have one column named as website_url. Before loading into target, I have to validate if it's value is proper website url or not. For eg: It should start with www, http:// or https://. Also it should have valid domain. For eg: It should have formate like http://xxxx.xx.xx or ...