Top "Export" questions

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

Can we move Google Analytics data to other account?

Started a webpage that now contains a lot of analytic data. Now that I have the client GA Tracking ID …

import google-analytics export data-transfer
Export sequence in Oracle using "expdp"

I am using the following command to export my sequence to a dump file in Oracle: expdp user/pwd DIRECTORY=…

oracle export datapump
Export JIRA Data

What is the best way to export all JIRA data (projects, issues, ...)? I saw that there is an API and …

export jira jira-plugin
Is there any way to import solidworks files into unity as assets?

I'm attempting to program a simple chess game using the unity game engine. However, I can't work out how to …

unity3d export solidworks
export JAVA_HOME with spaces in Cygwin

I'm trying to set my JAVA_HOME in Cygwin with this command: export JAVA_HOME="/cygdrive/c/Program Files/Java/…

cygwin export space java-home
import/export xml for dbunit

How can we easily import/export database data which dbunit could take in the following format? <dataset> <…

xml dataset export dbunit
Export Vertica query result to csv file

I`m working with Vertica. I try to export data from SELECT query into csv. I tried making it with …

sql csv export vertica
How can I export all subs in a Perl package?

I would like to expose all subs into my namespace without having to list them one at a time: @EXPORT = …

perl function export subroutine
How to export text from all pages of a MediaWiki?

I have a MediaWiki running which represents a dictionary of German terms and their translation to a local dialect. Each …

export mediawiki
Most efficient way of exporting large (3.9 mill obs) data.frames to text file?

I have a fairly large dataframe in R that I would like to export to SPSS. This file has caused …

r export export-to-csv