Top "Export" questions

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

Exporting ODBC System DSNs from a windows 2003 machine?

Is there a way to export all the ODBC System DSNs from a windows 2003 machine?

odbc export windows-server-2003
Vagrant error: NFS is reporting that your exports file is invalid

I am trying to set up the Discourse development environment using these instructions. However when I run Vagrant I get …

export vagrant nfs discourse
Exporting a function in shell

Please tell me how to export a function in parent shell (bash, sh or ksh) so that the function will …

function shell export
Export Data from mysql Workbench 6.0

I'm trying to export my database, using MySQL Workbench 6.0 on Windows, to send to my db instance in Amazon RDS, …

database export mysqldump mysql-workbench
Can't export constant in Typescript

Can someone help me please I have 2 files main.ts and hi.ts hi.ts: export const hello = "dd"; main.…

typescript import export constants
How to export database with data in MSSQL?

How can I export my 2012 database with data to a .sql file so I can import it to a 2008 server? …

sql-server database sql-server-2008 sql-server-2012 export
How can I get rid of these comments in a MySQL dump?

I'm trying to create a simple structure only dump of my database. Using mysqldump gives me a result like: /*!40014 SET @…

mysql export mysqldump
Use pg_restore to restore from a newer version of PostgreSQL

I have a (production) DB server running PostgreSQL v9.0 and a development machine running PostgreSQL v8.4. I would like to …

postgresql export restore psql pg-dump
how to create a Tab Delimited CSV?

I need to produce a Tab Delimited CSV of a query pulled from a mySql database. I am using MySQL …

excel csv export tab-delimited
How to export revision history from mercurial or git to cvs?

I'm going to be working with other people on code from a project that uses cvs. We want to use …

git mercurial export cvs git-cvs