Forum Discussion
Taylor_Pack
15 years agoOccasional Contributor
Interesting. I have a data source with 2000 rows imported from a CSV file but the date is in the wrong format for my request. I was writing a groovy script to reformat it into the correct format. My plan was to just write it back to the datasource but I guess I can't do that. The next teststep with loop through the datasource. So if I am to write the reformatted date to a new properties table how do I do that? If I create a properties step there is no method, that I can find, to add a property to it. What is the best way to do this?