The data-export tag has no wiki summary.
0
votes
2answers
18 views
Dataexporter pdf header position
I'm using dataexporter to create a pdf of a data table, in my data table the header of the columns is centralized, however the pdf version of the same columns is align to the left. how can I make the ...
0
votes
2answers
107 views
Primefaces dataExporter and nested dataTable
I'm using a dataTable inside another dataTable.
When I try to export (in any format) using the dataExporter i got something like: "org.primefaces.component.datatable.DataTable@1b675ca" instead of the ...
1
vote
1answer
241 views
p:fileDownload primefaces 3.5 and Liferay 6.1 ga1, not supported mine type
As subject title, when I try to export my data to a excel file then allow client user to download it. My code throw not supported mine type application/vnd.ms-excel.
Try with p:dataExporter, fail.
...
0
votes
1answer
166 views
Primefaces Dataexport prints <br> tags
I am exporting data from a p:dataTable into an excel file, and i the data in one of the columns in formatted in a special way using < br > tags.
Here is the layout:
The problem is when i export ...
2
votes
2answers
422 views
p:dataExporter does not recognize p:cellEditor
I have an editable <p:dataTable> with <p:cellEditor> and I want to export the content of that table into PDF format using <p:dataExporter>.
I have included the itext 2.1.7 jar. I ...
0
votes
0answers
750 views
Primefaces dataExporter not exporting in pdf
Hi I like to export whole page in pdf like print, print is working but pdf not working,,
kinldy tell what iam wrong with
<h:form>
<h:commandLink>
...
0
votes
1answer
73 views
Get all entities from Google App Engine [closed]
Can I get all entities from Google App Engine using API for Java? I need some kind of export of my application data. In the Google documentation I have found only Phyton tool for data export. Is ...
1
vote
1answer
149 views
Not preserving time format while exporting to Excel
I tried to export XML data to Excel using datasets which includes one column of 24 hr format time in my table.
Now when it is exported to Excel it is displaying in 12 hr format. I want to preserve ...
0
votes
2answers
56 views
Best way to get a database friendly list of Veteran Affairs Hospital
I sincerely apologize if this isn't the proper forum to discuss this, but I wasn't sure where to go or what would be the best option.
Basically, I'm trying to find a database friendly list of veteran ...
2
votes
2answers
4k views
PHP Library to convert JSON to CSV?
I've got a JSON service and need to create a script to export data to CSV files. Does anyone have a method or library you can suggest to migrate JSON to CSV format?
Here's an example format though I ...
-2
votes
1answer
533 views
Java export data to (custom-format) text file [closed]
I was asked to work on this back-end scheduled job that export some customers data (from an e-commerce DB) to a custom-format text file. The code that follows is what I found.
I just would like to ...
0
votes
1answer
90 views
Recommended column delimiter for Click stream data to consumed by SSIS
I am working with some click stream data and i would need to give specifications to the vendor regarding a preferred format to be consumed by SSIS.
As its URL data in the text file which column ...
0
votes
1answer
155 views
Google Analytics - Tracking metrics for webpage content using the Data Export API
I'm trying to write a program that will create a report of the page views within a date range for specific webpages within my site. I've been scouring the API help section, but i can't seem to find ...
0
votes
1answer
342 views
How to preserve Identity Specification in SQL Server on Import/Export?
I exported a SQL database from one server to another. Both are running SQL Server Express. However, I noticed that some settings were not preserved. For example, the Identity Specification is set ...
0
votes
1answer
1k views
Big-Data export from Matlab to a .csv file
I need to create a big .csv file with say 200,000+ rows and 7 cols. This fails:
a = randn(200000,7) ; xlswrite('hugedata.csv', a) ;
??? Error using ==> xlswrite at 211
Excel returned: Error: ...
0
votes
0answers
493 views
Hibernate data export / import for a single tenant
I have posted quite a general question about implementing a multi-tenant solution using very specific technologies in the past. I now have a much more specific question that I was hoping to get some ...
2
votes
2answers
796 views
save excel data to couchDB
I'm wondering if there is a tool that will save/push my MS Excel (or OO calc) data to CouchDB database. Googling didn't help a lot so I don't think there is an existing solution for this.
Excel -> ...
0
votes
2answers
2k views
Export SQL Server 2008 tables to Excel in C#
We currently have a good deal of usage information being tracked in a SQL Server 2008 database. However, it has been decided to not spend the time to develop any sort of UI to interface with this data ...
2
votes
4answers
5k views
SQL Server 2000: How do I export a table's data into INSERT statements?
How can I export a table from a SQL Server 2000 database to a .sql file as a bunch of INSERT INTO statements?
One of the fields in the table is a Text datatype and holds HTML so doing this by hand ...
0
votes
3answers
816 views
SQL Server: export data via SQL query?
I have FK and PK all over my db and table data needs to be specified in a certain order or else I get FK/PK insertion errors. I'm tired of executing the wizard again and again to transfer data one ...
3
votes
2answers
388 views
getting nsstrings into an excel spreadsheet?
Any idea how to go about formatting the data so I can export from my app data in excel format or even a simple table would be okay, how are people getting stuff out of the phone?
This particular app ...
0
votes
2answers
654 views
SQL Server Table Dump - Not All Columns
I'm trying to do an SQL Server dump of a couple of tables in a database (Microsoft SQL Server). We don't have write access to the DB, so we can't do what I was originally thinking (create temp db, ...