The export is the automated or semi-automated output of data set from one data format to another. The term refers to both act of exporting and to the result of the action, i.e. exported data set.
2
votes
1answer
15 views
Exporting Illustrator to layered PSD
I am trying to export a Illustrator design into a Layerd Photoshop PSD file. But its getting exported as a flat image. i have selected the following options while exporting.
But when i get the file ...
-1
votes
1answer
20 views
Convert .csv to .txt
It is any plugin for open office to save .csv file into .txt files? With Microsoft office it is possible, but i can't see any options with open office.
I have found this, bat that don't work, link
0
votes
1answer
15 views
Concatenate Import Expression in SQL
I have the following query:
select @Box=Box,@Code=Code,@Validity=Validity,@Type=[Type]
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 12.0;Database=C:\Barcodes.xlsx;HDR=YES',
...
0
votes
0answers
7 views
Data liberation standard/guidelines
I am working on a simple platform where users can vote and comment on items coming from an rss feed.
The app is hosted on a server and I want to add an option for the user to export the data (list of ...
1
vote
0answers
21 views
How do I export data from filemaker?
This is my first time using filemaker and I'm in the process of converting a client's filemaker project to a webapp. Currently, I am trying to export the current data so that I can put it in a ...
0
votes
0answers
11 views
Wordpress issue importing .xml (Load Balanced website)
I am moving posts from an old blog to my 'newer' blog and have used the standard Wordpress Import & Export tools for the exporting from the old blog then importing into the new blog.
When I ...
0
votes
0answers
17 views
java/slick -exporting music in jar doesn't work
I'm creating a java 2d game using slick. I exported jar file using eclipse with following result:
JAR export finished with warnings. See details for additional information.
Exported with ...
0
votes
2answers
35 views
sbcl error on export symbols
I use the "pregexp" package for regular expression operations in SBCL.
Because the functions is not defined in a package, I have the codes below to
wrap it:
--------------- in the file "foo.lisp" ...
0
votes
0answers
7 views
MIME for an iOS app export compliance
I know many questions have been asked regarding what does and what doesn't count as encryption for the export compliance. However, I have found nothing specifically on using MIME. I am not using HTTPS ...
1
vote
1answer
50 views
Export ditaa diagram quietly in org-mode
I'm trying to automate the process of project compilation. Part of it uses org files. When an org file has a section like:
#+begin_src ditaa :file integration.png :cmdline -r -s 0.8
<some ...
0
votes
1answer
12 views
Eclipse4 RCP Standalone Product : Class Not Found Expection
I have created two plug-in projects. The first declares my views, I'll call this my component project. The second declares my product, application and perspectives, incorporating various views from my ...
2
votes
1answer
45 views
How do I export csv file to my computer in mysql
I am trying to export a table from a remote server to my desktop computer in csv format. I have this code:
select * from order
into outfile 'C:\Users\Sleep Shop\Desktop\MySQL Scripts/outfile.csv'
...
0
votes
0answers
6 views
truncation while exporting data using BCP Utility, when comma is present in a column
I have a batch file which executes the below bcp utility command, which executes a procedure (contains simple select statement to get the data), to export data into .csv format. The fields are ...
0
votes
0answers
29 views
Print chosen worksheets in excel files to pdf in python
I need to write a python script to read excel files, find each worksheet and then print these to pdf with the standard formating defined in the excel.
I found the following question How can I open an ...
-2
votes
0answers
27 views
MATLAB graphing/saving files [closed]
Are there any better tools to saving vectorized matlab figures than panel and export_fig?
I was recently introduced to these two and liked them because of their ease of use and flexibility. (great ...
1
vote
2answers
43 views
How to save void * data into a header file?
I am currently working on images and procedurally generate images then convert them into dds or rtc1. Due to constrains of my program, I cannot open external files so I want them embedded with the ...
0
votes
1answer
18 views
Maven exporting pom.xml with jar plugin
I am adding attribute in the jar plugin to specify the location of jar file. But at that location maven is not exporting pom.xml file which is used in generating the jar. Can you please tell me how ...
0
votes
1answer
31 views
Google chart export in to PDF
I need to export a Google chart into PDF file. But in forum says that, There is no way to directly export the charts as a PDF, but we can convert them to png images and import the image files into ...
0
votes
1answer
30 views
exporting archive file from android studio
It would appear as if android studio has no "export project" command... can this possibly be true? I'm kind of freaking out because my class requires an archive file, and it would almsot appear as if ...
0
votes
1answer
9 views
sqlplus export vis cmd
I'm trying to export some data to a CSV from sql plus via cmd line but keep getting this error:
SP2-0042 unknown command " S" - rest of line ignored.
I'm running it like this
sqlplus ...
0
votes
0answers
21 views
ADT error exporting with Gradle
I'm trying to export my android project from ADT using Gradle so that I can import into Android Studio.
I select Generate Gradle build files and select my project in the Export menu, but when I click ...
0
votes
0answers
17 views
Photoshop CS6 - Exporting Slices
I have a tile set (sprite sheet) that I need to add padding to and create an extrude to prevent artifacts in my cocos2d iPhone game. I don't want to redraw my map (on the order of 120,000 tiles) with ...
0
votes
1answer
39 views
Runnable JAR file doesn't run after export in Eclipse
I have the following hierarchy :
When I export the project into a runnable JAR file (32 bit platform) , the file
is created successfully , but when I try to run it , nothing happens - no response ...
0
votes
0answers
53 views
Export data from a database to a .csv file
I have a PHP file which exports data from a database to a csv file.
I want to add more fields from the database to export.
Original file:
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
...
0
votes
3answers
62 views
Own PDF using Java [duplicate]
For a (commercial) tool I'm developing, I am searching for a way to publish data as PDF file. Now there are a couple of java libraries, but none with a practicable license (itextpdf, for instance, ...
0
votes
0answers
16 views
Avoiding timeout when creating xml-file
For my article export I use this code
$xml = new DOMDocument('1.0', 'UTF-8');
$xml->formatOutput = true;
$root = $xml->createElement('products');
$xml->appendChild($root);
while ($products = ...
1
vote
1answer
25 views
Exporting multiple jars in Eclipse
I want to export different packages of my Java project into different JAR files.
The packages are like this:
com.example.package
com.example.otherpackage
...
What I want is export it to some ...
2
votes
1answer
38 views
Export from SQL Server to Excel with order by
I am exporting from SQL Server to Excel from a saved view. In that view it is sorted by two columns (order by..)
But when I export it, it is randomly sorted in Excel.
How to export with the order ...
0
votes
2answers
69 views
how to php export to pdf one big query?
I have a query with more than 30,000 seats shown correctly in php but I can not export it to pdf. The server does not support the memory size, I increased the maximum memory limit but it continues to ...
0
votes
0answers
37 views
Export gridPanel to excel
I want to export my gridPanel to excel. I am using ext.net(Version 1.6) and vb.net code behind and i don't want to use any java script function.
Please Take a look at this function.
<script ...
2
votes
1answer
32 views
Date value in mysql tables changes while exporting mysql db
I am exporting mysql table to setup it on live, but while exporting DB I noticed that my date column value is changing.. If it was "2007-06-11 00:00:00" earlier then after export it is now changed to ...
0
votes
0answers
35 views
Primefaces dataexport to excel renders links as plain text
I need to export data to Excel spreadsheet using primefaces.
I tried 3 options:
Using standard HTML a href (In this case exported data contains no link at all)
<p:column style="display: none" ...
0
votes
0answers
29 views
Using poi to export word document
The objective is I need to replace some words in the template and then export it.
Everything goes fine with replacing the content, but the final output is a single word document but it has divided ...
0
votes
2answers
36 views
Highcharts: Can I export to the user an Excel or CSV of the raw data driving the chart?
I have charts generated via HighCharts through a WP AdCenter plugin. I want users (admins and subscribers alike) to be able to download the raw data driving the chart as Excel or CSV, not just a PNG, ...
0
votes
0answers
42 views
How can I export a JavaScript-modified stylesheet?
I'm working on a web app which I'm making as customisable as possible. The app has a customisation page which consists of a toolbar and an iframe linking to a dummy preview file. Modifications made ...
-1
votes
4answers
65 views
Export database results to CSV with PHP
I've trauled through this site and found tonnes of threads about this same thing but none really help a complete novice like me as I dont understand the answers properly.
I have selected data from a ...
0
votes
1answer
44 views
Android: How can I export (or import) a XML-file to Dropbox?
I'm trying to make an import-/export-function in my android-app. I store data from a SQLite-database in a XML-string. Instead of storeing it on the SD-card, I want upload it to Dropbox. ... and later ...
0
votes
1answer
35 views
Transfer Scrumwise to GreenHopper
Scrumwise can export its whole data as XML. This contains lots of data including Projects, Backlog, Sprints, Tasks, Team Members, etc. It can also export Tasks as CSV.
GreenHopper can import Projects ...
0
votes
0answers
13 views
How to Export Mysql binary(16) to MongoDB
i didnt find anything to export binary(16) (MySQL) to MongoDB
do anyone have an idea to resolv this?
0
votes
0answers
22 views
Highcharts fails to export chart to PDF
I have a problem exporting a specific chart to PDF.
This chart has a couple of data series, one of which has a name that contains = in its name, without spaces before or after it (for example, a ...
0
votes
1answer
34 views
Flash/Actionscript 3 - import/embed XML file for export?
How do I import or embed an XML file so I can export a 100% independent SWF? My project reads an external XML file for text fields and images. When I export the SWF, none of the images/text will show ...
0
votes
2answers
121 views
Exporting large amounts of data from coredata to json
I'm trying to export some data from core data to JSON. While the record count isn't particularly large (around 5000-15000 records), my data model is complex and there is a large amount of data in each ...
0
votes
0answers
13 views
Exporting a Small Applet to Launch
This feels like a really simple question, however, in every instance that I've looked for and found an "answer" it was far beyond my level of comprehension. I'm relatively new to Java, only having ...
0
votes
3answers
60 views
Exporting MySQL tables to csv locally
I want to export two tables from my mysql server to a csv file on the webserver.
Both the mysql and webserver are running on the same machine, and will NOT be web-facing. It's merely a small webapp ...
0
votes
1answer
48 views
C# and mysqldump
I'm writing an application which should make a complete copy of one database and then import it on the same server with different name.
So, I guess I should use mysqldump and mysql and the parameters ...
0
votes
2answers
42 views
Application only works in Eclipse
I'm doing a college project using Java and Eclipse. The app works perfectly in Eclipse, but when I export it as Runnable Java File it doesn't work. No any error is shown, and nothing is opened.
Do ...
0
votes
0answers
19 views
Automatically export a visual studio 2012 template
I'm wanting a way to 'automatically' export templates from Visual Studio 2012.
I'm aware you can do it manually by selecting File->Export Template and then fill out the wizard's questions for each ...
0
votes
2answers
20 views
Script to list the files of a folder and export it to a text document
I was just wondering if anyone knew of a way that you could get all the folders, files and sub-folders of a location (such as C:\Users\Username) and export it to a text document on a network share ...
-1
votes
0answers
41 views
Macro to export MS Word tables to Excel sheets Run-time error
Saw this thread on how to export Word tables to Excel. Created a module, but when I run the macro, I get this error:
Run time error 1004: Method ‘GetOpenFilename’ of object ‘_Application’ failed
...
-2
votes
0answers
44 views
I can't get my game to work when exporting as an executable jar
It works fine in both netbeans and eclipse, but when I try to export it in eclipse I get the message:
JAR export finished with warnings. See details for additional information.
Exported with compile ...




