How can I use relative paths with sqlgen files?
aaron
Posts: 2
I'm using a .csv file for data generation as well as a .sql file for a postscript. Both are right next to my main .sqlgen file, but I can't make any assumptions about where my .sqlgen file lives.
SQL Data generator seems to want to use absolute paths when I reference these files, which won't work for me. When I manually change it to a relative path, SQL Data generator looks for the file relative to the applications install folder. How can I make my paths relative to wherever the sqlgen file is?
SQL Data generator seems to want to use absolute paths when I reference these files, which won't work for me. When I manually change it to a relative path, SQL Data generator looks for the file relative to the applications install folder. How can I make my paths relative to wherever the sqlgen file is?
Comments