Top "Export" questions

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

Powershell export-csv with no headers?

So I'm trying to export a list of resources without the headers. Basically I need to omit line 1, "Name". Here …

powershell export office365
Typescript: How to export a variable

I want to open 'file1.ts' and write: export var arr = [1,2,3]; and open another file, let's say 'file2.ts' and …

typescript import module export
Exporting Blob from MySQL database to file with only SQL

I have a table with image data stored in a blob field in a MySQL database. Is there a way …

sql mysql image export blob
Can't export my database from mysql workbench

I am trying to export my database from MySQL Workbench but I get this during the export progress: Running: mysqldump.…

mysql database export mysql-workbench
Is it possible to export saved passwords from Toad

I'm looking for a way to export saved usernames/passwords from Toad for Oracle (9.5.0.31). It doesn't have to be in …

export passwords toad
MySQL export query as insert statements

I have two mysql tables which both have a typeID in common. I am wanting to select everything from these …

mysql export
How can I export/import settings of Sublime Text 3 from one PC to another using Windows?

I use Sublime Text 3 in my company and I want to export all the settings, including packages and whatever, to …

windows import export settings sublimetext3
How to see if the background process is complete in SQLDEVELOPER

I have a csv unload process i am running in sqldeveloper, a process window popped up showing the progress of …

oracle csv background export oracle-sqldeveloper
How to export an entire Access database to SQL Server?

I've just got a lovely Access database, so the first thing I want to do is to move it over …

ms-access export sql-server-express
C++ DLL Export: Decorated/Mangled names

Created basic C++ DLL and exported names using Module Definition file (MyDLL.def). After compilation I check the exported function …

c++ dll export name-decoration