Hi,
I want to read a JSON file that is "data-in" folder from a custom java transformer class. I can load the file using absolute path but can someone please let me know know to read the file via relative path? I am not able to figure out the context from class is being executed. Since the project will be executed on server (once I am done development) so need the ability to read from a relative path of the project.
Thanks,