EDIT: SOLVED, see 2nd and 3rd posts.
Hello,
I tried putting this line and hitting the Export to CSV button above the result set but the resulting filename just had &var in the name without substituting
-- CSV=C:\excel\Person &var Aggregated Data from v1.4.0-alpha.1-20250812.csv
-> Person &var Aggregated Data from v1.4.0-alpha.1-20250812.csv
As for bind variable, that one just failed to input into the filename when it saw the colon
-- CSV=C:\excel\Person :var Aggregated Data from v1.4.0-alpha.1-20250812.csv
-> Person
Using %var% did not work either
Person Aggregated Data from v1.4.0-alpha.1-20250812.csv
It would be nice to allow custom variable. Or maybe I did something wrong?
P.S. I know there is some package or procedure i can call to output with PL/SQL (utl_file.put_line?), just happened to try this today.
Hello,
I tried putting this line and hitting the Export to CSV button above the result set but the resulting filename just had &var in the name without substituting
-- CSV=C:\excel\Person &var Aggregated Data from v1.4.0-alpha.1-20250812.csv
-> Person &var Aggregated Data from v1.4.0-alpha.1-20250812.csv
As for bind variable, that one just failed to input into the filename when it saw the colon
-- CSV=C:\excel\Person :var Aggregated Data from v1.4.0-alpha.1-20250812.csv
-> Person
Using %var% did not work either
Person Aggregated Data from v1.4.0-alpha.1-20250812.csv
It would be nice to allow custom variable. Or maybe I did something wrong?
P.S. I know there is some package or procedure i can call to output with PL/SQL (utl_file.put_line?), just happened to try this today.
Last edited: