Idea Data exporting options

oraclelover

Member²
Not sure if I'm missing an option. Lets assume it's not in there.

We have lots of different users that use PL/SQL developer. Some developers, some Business Anaylysts, some end users who run SQL. They export all there data to files. Normally CSV. However there have been times where they send these files to many different businesses and locations each with their own needs and wants. Some want comman separated others want pipes etc etc. Can there be an option to allow the user choose how the file gets delmittted and what if any text quailfieres get included.

For example I would choose to spool my output to file and say use pipes as delimters and no text quailifeirs.
 
I'm not much of a C++ programmer, well I learned to program with C++ back 6 years ago.

I read the plugins doc and looks like we can write our own plugin to handle data exporting. I may give it a shot if this is something that the plugin interface will allow.

My eye caught the function RegisterExport and got me going on this.
 
Back
Top