Parsing CSV Files in Code

As binding Test Data to Suites currently doesn’t work (refer to Error - unable to add test data to test suite - Bugs Report - Katalon Community) I wanted to build my own CSV parsing into the test case script. It however failed at the very beginning because I was unable to locate a path to put my .csv File to. I know that Katalon normally parses the files from their path into .dat files, however that wouldn’t help me in my efforts there. Where does Groovy execute in Katalon and is there a way to add a static resource to the execution environment?

Problem solved itself, it was an unclean install.