Forum Discussion
omatzura
19 years agoSuper Contributor
Hi Li!
please try something like
Hope this helps!
regards,
/Ole
eviware.com
please try something like
def list = []
new File("...").eachLine
{
line -> list.add( line.split( "," )[0] )
}
log.info( list )
Hope this helps!
regards,
/Ole
eviware.com