bdeboe / isc-sql-utils

Various utilities from the SQL cookbook
MIT License
6 stars 3 forks source link

CSV export function console feedback #10

Open Frisle opened 3 months ago

Frisle commented 3 months ago

The function needs feedback from the console to know if it is working or not

do ##class(bdb.sql.Dump).Dump("BI_Study.City", "/tmp/table.csv")

bdeboe commented 3 months ago

for the detailed info yes (right now), but if you pick up the %Status code returned from that method, you should be able to check whether it passed fine and if not, retrieve the error message.