Hi Niraj,
  Try this in Sterling Integrator, not sure about visual mapper.
   
  // This function will convert the value in the var (or #field) to either 
Upper 
//   case or Lower case.
   
  String[255] temp;
  object ob;
   
  temp = #field;
   
  ob = new ("java.lang.String",temp);                                           
                                                                                
                                      
temp = ob.toUpperCase();                                                        
                                                                                
                                    
temp = ob.toLowerCase();  
   
  Cheers,
  Giri

Niraj Thakur <[EMAIL PROTECTED]> wrote:
            Hi All,
   
  Is there any way lower case data in the input can be converted into upper 
case data in the output. This is to be achieved in both - Visual Mapper and GIS 
- Sterling Integrator.
   
  Any help in this regard will be appreciated.
   
  Thanks,
  Niraj
    
---------------------------------
  Find out what India is talking about on Yahoo! Answers India.
So, whatÂ’s NEW about the NEW Yahoo! Messenger? Find out.  

         

                
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/OIFolB/TM
--------------------------------------------------------------------~-> 

...
Please use the following Message Identifiers as your subject prefix: <SALES>, 
<JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC>

Job postings are welcome, but for job postings or requests for work: <JOBS> IS 
REQUIRED in the subject line as a prefix. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/EDI-L/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to