display each record of list into a separate line in jython

Posted by kdev on Stack Overflow See other posts from Stack Overflow or by kdev
Published on 2010-03-31T02:46:18Z Indexed on 2010/03/31 2:53 UTC
Read the original article Hit count: 321

Filed under:
|

Hi everyone,

how to display record of the list in different line

['0 , INDIVS08 , ODI_TEMP', '1 , C$_0EMPLOYEES , ODI_TEMP', '2 , C$_0PACS08 , ODI_TEMP']

i want to display as

'0 , INDIVS08 , ODI_TEMP' ,
'1 , C$_0EMPLOYEES , ODI_TEMP',
'2 , C$_0PACS08 , ODI_TEMP'

Thanks for all of your help

© Stack Overflow or respective owner

Related posts about jython

Related posts about list