In this post, we'll look at reading and writing CSV files using Groovy. Aren't CSV files just text files? For simple cases, we can treat CSV files no differently than we would other text files. Suppose we have the following data that we would like to write to a CSV file: def data = [ [ 'place' , 'firstname' , ... [Read more...]
Posted at 02:26PM Jul 25, 2022 by paulk in Technology