Does anyone know how I can import a List into a text file?
Is there any difference if I try the same process in Groovy?
Printable View
Does anyone know how I can import a List into a text file?
Is there any difference if I try the same process in Groovy?
Groovy and writing to text file is not connected. Read the list entry one by one and write it to a text file.
What you have done so far?