| Author | 
		  Message | 
  		
  		
		     Topic: Updating records  in DB | 
  		
  		
		  MasterMind
  
	  	  Replies: 3 Views: 2939
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Jul 24, 2011 12:38 pm   Subject: Updating records  in DB | 
  		
  		
		  | So ne limitations on the number of  records , 300,000 to 500,000 records per batch ? | 
  		
  		
		     Topic: Updating records  in DB | 
  		
  		
		  MasterMind
  
	  	  Replies: 3 Views: 2939
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Jul 24, 2011 10:03 am   Subject: Updating records  in DB | 
  		
  		
		  Folks,
 
 Just want to check if ne one has tried this before successfully.
 
 I want to check my local database on a daily basis at the end of the day and do the following activities...
 1. extract al ... | 
  		
  		
		     Topic: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  MasterMind
  
	  	  Replies: 5 Views: 5800
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon May 16, 2011 10:36 am   Subject: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  | agreed, but with a little bit of care we can parse the xml easily. | 
  		
  		
		     Topic: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  MasterMind
  
	  	  Replies: 5 Views: 5800
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon May 16, 2011 10:08 am   Subject: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  It was fairly simple, i was able to parse the xml as below
 
 
 DECLARE xmlString CHARACTER InputRoot.XMLNSC.ns1:Root.ns1:E1.ns1:Root1; 
 		CREATE LASTCHILD OF Environment.Variable.Data DOMAIN ('XMLNS ... | 
  		
  		
		     Topic: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  MasterMind
  
	  	  Replies: 5 Views: 5800
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun May 15, 2011 1:22 pm   Subject: Parsing a Marked up Xml string inside an xml document | 
  		
  		
		  Hi , 
 
 I am looking for possible options to parse the following content
 
 
 <NS1:Root xmlns:NS1="http://abc.com">
 	<NS1:E1>
 		<NS1:e2>xxx</NS1:e2>
 		<NS1:e3& ... | 
  		
  		
		     Topic: Chinese characters into CSV File | 
  		
  		
		  MasterMind
  
	  	  Replies: 9 Views: 7596
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 12, 2010 10:50 am   Subject: Chinese characters into CSV File | 
  		
  		
		  I believe so... will surely post the solution once i resolve it. 
 
 Thanks for the support. | 
  		
  		
		     Topic: Chinese characters into CSV File | 
  		
  		
		  MasterMind
  
	  	  Replies: 9 Views: 7596
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 12, 2010 9:37 am   Subject: Chinese characters into CSV File | 
  		
  		
		  | kimbert,   MS word is able to identify and convert to the required language when a corresponding language is selected (You get a list of options to choose the encoding/  supporting language) after whi ... | 
  		
  		
		     Topic: Chinese characters into CSV File | 
  		
  		
		  MasterMind
  
	  	  Replies: 9 Views: 7596
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 10, 2010 2:05 am   Subject: Chinese characters into CSV File | 
  		
  		
		  Intrestingly.....
 
 I am able to get the required info into a .doc  or .txt file with out data (Chinese characters) getting corrupted/converted, but its not the case with CSV file. The chinese charac ... | 
  		
  		
		     Topic: Chinese characters into CSV File | 
  		
  		
		  MasterMind
  
	  	  Replies: 9 Views: 7596
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 09, 2010 9:07 am   Subject: Chinese characters into CSV File | 
  		
  		
		  Guys,
 
 I was trying to push in few attributes from xmls in to a csv file, I am using MRM domain to generate the resultant structure.
 
 Certain attributes in the xml has Chinese characters (Like nam ... |