Hello! What I'm trying to achieve is to read the whole file and build a csv out of it, a record would be from Activity to next Activity, I did the header of the columns, but I don't know how to read the data and write it in the csv row by row. I had in mind to try and build a hash of hashes with each record and try and write it in csv format.