Top "Export" questions

"Export" refers to the automated or semi-automated conversion of data sets from one data format to another.

Redis DB export/import

Does anybody know a good solution for export/import in Redis? Generally I need to dump DB (and edit the …

import export redis
mysqldump - Export structure only without autoincrement

I have a MySQL database and I am trying to find a way to export its structure only, without the …

mysql export mysqldump database-schema auto-increment
Cannot export data to a file in R (write.csv)

I am trying to export data in R to a csv file, and as much simple as I try to …

r export export-to-csv
What do "module.exports" and "exports.methods" mean in NodeJS / Express?

Looking at a random source file of the express framework for NodeJS, there are two lines of the code that …

javascript node.js express module export
How to share/export a global variable between two different perl scripts?

How do we share or export a global variable between two different perl scripts. Here is the situation: first.pl #!/…

perl variables export global
How to export clob field datas in oracle sql developer

How to export clob field data's in oracle sql developer. Currently clob field data's can't export in oracle sql developer.

oracle export oracle-sqldeveloper clob
Export C# reportviewer control programmatically

Does anyone know if you can programmatically save a report shown in a reportviewer control in C#? When a report …

c# export reportviewer
Error while running zipalign

I got this error when trying to export a signed apk in Eclipse Error while running zipalign: Unable to open …

android eclipse export package
How can I write a Drawable resource to a File?

I need to export some Drawable resources to a file. For example, I have a function that returns to me …

android export drawable
Export Postgres Database into CSV file

I want to export a Postgres database into a CSV file. Is this possible? If it is possible, then how …

postgresql csv export