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.
0
votes
1answer
11 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
6 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
36 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
9 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
34 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
5 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 ...
1
vote
0answers
23 views
Exporting SQL to a New Excel File
I am exporting the following to an Excel file:
ALTER PROCEDURE [dbo].[ExportDataExcel]
AS
BEGIN
insert into OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel ...
0
votes
0answers
17 views
Is it possible to generate Apple Numbers spreadsheet with PHP?
I want to export my dataset with images to the file. My client would like to get this document in Apple Numbers spreadsheet.
Is it even possible to generate somehow file in this format with PHP ?
0
votes
0answers
26 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
1answer
35 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
17 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
25 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
29 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
18 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
14 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
38 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
48 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
59 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
23 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
65 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
32 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
29 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
28 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
30 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
41 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
61 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
41 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
33 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
31 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
118 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
58 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
47 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
18 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
40 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
41 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 ...
0
votes
0answers
22 views
how save image with better or specificresolution in gui matlab?
I trying save image with the comand 'getframe' but resolution is very low, so I can not give zoom. for now I'm using the code:
[arq,dir] = uiputfile('*.jpg','Output Files');
...
0
votes
2answers
38 views
how to save imageof axes for high resolution in matlab GUI
I trying save image with the comand 'getframe' but resolution is very low, so I can not give zoom. for now I'm using the code:
[arq,dir] = uiputfile('*.jpg','Output Files');
...
-2
votes
0answers
18 views
Using MySQL from a hard drive Folder [closed]
I'm using NetBeans and MySQL latest version using WAMP server
I want to use my database from a local URL like "c:\" for instance because my application is no more needed to run on a network and I need ...
-1
votes
0answers
43 views
Export java to excel with popup window [closed]
I have a java bean code. This code has been successfully exported to an excel file, but I want a pop up window (Open, Save, Cancel) appears before download to hard drive. (I write this to give action ...
0
votes
1answer
26 views
Differences between two .bashrc commands
I have this line of code :
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
Is there a difference between
eval "$(SHELL=/bin/sh lesspipe)"
and more simply
SHELL=/bin/sh ...



