How can we write to Internal Data File in Katalon

@alyssa.fox I haven’t figured out the way to write data in Katalon Internal Files programatically but I was able to do it using database. There is an easy way to connect to a database and write / read from database. Spinning up a database on AWS would be a great choice here because if you are using database installed on your local machine you will encounter issues when you will run your test cases on CI / CD server.