Author |
Message |
Topic: FileName generation in ESQL |
ManojNTT
Replies: 14 Views: 8193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 08, 2016 7:18 am Subject: FileName generation in ESQL |
Thanks Vitor and maurito
I got the result  |
Topic: FileName generation in ESQL |
ManojNTT
Replies: 14 Views: 8193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 08, 2016 6:33 am Subject: FileName generation in ESQL |
Yes Mauriro. I'm getting my output as 1.
How do I use FORMAT in this case?
If I use FORMAT it is fine upto first 9 files.
What about from 10th file(Since output reaches to 2 digits). Then how I ... |
Topic: FileName generation in ESQL |
ManojNTT
Replies: 14 Views: 8193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 08, 2016 3:35 am Subject: FileName generation in ESQL |
Hi Guys
My flow is like below:
MQ INPUT -> Compute(For file name logic) -> File OUTPUT Node
I have a requirement that the file name should contain 0000000 for first file and it should ... |
Topic: FileOutput Node |
ManojNTT
Replies: 1 Views: 2237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 06, 2016 7:06 am Subject: FileOutput Node |
Hi Guys,
I'm trying to post a msg in local folder using Fileoutput node.
I have constructed my msg in Mapping node and then i have to pass that msg to File Output node.
How can I connect mappin ... |
Topic: Length Validation |
ManojNTT
Replies: 4 Views: 2383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 07, 2015 1:17 am Subject: Length Validation |
I don't know anything much about this. I know one way that we can use length function , but I don't know how to use it in this case.
Thanks in advance  |
Topic: Length Validation |
ManojNTT
Replies: 4 Views: 2383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 06, 2015 11:46 pm Subject: Length Validation |
How many possible ways to validate below message?
Example message:
<root>
<Name>ABCD</Name>
</root>
I need to validate it as below.
Name shouldn't be less than 2 ch ... |