export

How do I change certain plugins under Eclipse 3.6 product export to deploy as exploded Jars?

I am using Eclipse 3.6 product export to build an Equinox-based OSGi application. I would like to be able to configure some of my plugins to deploy exploded instead of as JARs. Is there a way to do this? ...

Wrap text in dataframe in R- or in output cell to Word

I am working in R, trying to export a dataframe to MS Word. I am using R2wd and would like a dataframe to export to MSWORD, and wrap a long string of text within a cell. Is that even possible? Bare minimum at least pass a command from R to set the height of each row to fit the contents of the cell... I don't see any demos or document...

Some necessary libraries are missing in WAR-File after export from Eclipse - why?

Hey altogether, I took over a project of a college which contains some web services and by exporting the project as WAR-file some libraries are contained in the file (e.g. Axis2) and some aren’t (hibernate, JDBC driver). Also a jar which is added to the class path has not been exported. All libraries are located in folders on the hard d...

Need some help getting a pdf export to work properly

I'm using a 3rd party tool (TCPDF) to export data to PDF. If I use a form and post the data to the export php page it works fine. However, I have another need to call the same exporter page and pass it the params it needs via ajax to output the pdf file that way. Everything seems to be working fine, except when I get the output for th...

How to export instruments data? ("Export Data..." menu item is gray)

Hi, I want to export my instruments data. But the menu item is gray. I tried everything. How does it work? Is there any way to export CPU Sampler data? Thanks! ...

How do you export all tables to a CSV file using SQL Management Studio?

When I right click on the database I want to export data from, I only get to select a single table or view, rather than being able to export all of the data. Is there a way to export all of the data? If this is not possible, could you advise on how I could do the following: I have two databases, with the same table names, but one has ...

Exporting contacts from database to outlook using php

Hi guys I'm building a facility to be able to generate a csv file for import into outlook. However the thing is that my web application allows the user to enter unlimited contact entires i.e a contact can have unlimited telephone addresses, emails and other user defined fields which apprently aren't in outlook - yet I need a way to be ab...

Should I use from_xml or from_json for importing objects?

Hello all, I currently have a PHP app that I'm going to be rewriting in Rails. My idea is to slowly replace all of the PHP functionality with Rails, so both will need to run side-by-side (I think I've got this part figured out). Now, at the moment, each of our client's has a separate database, and as it turns out, it would be really gr...

How to create an Export Plugin for Confluence

I'd like to create a plugin that exports into a custom document format similar to the way that export to PDF and export to Word currently work in Confluence. Does anyone have experience creating a custom export plugin for Confluence? If so do you know of any resources or samples that describe what would be involved? ...

Solution to programmatically generate an export script from a directory hierarchy

I often have the following scenario: in order to reproduce a bug for reporting, I create a small sample project, sometimes a maven multi module project. So there may be a hierarchy of directories and it will usually contain a few small text files. Standard procedure would of course be to create a zip file and send that. But on some maili...

How to dynamically insert images to docx template?

Hi. In my web-application i'm using phplivedocx for text changing. But i also need to dynamically change images in my docx template. What tool do you recommend? Thanks in advance. ...

Outlook CSV to MySQL PHP Class

I was wondering if anyone has come across a solid pre-built class for PHP to work with MS Outlook. To have the ability to TAKE a CSV file and import it into a MySQL Database, and also do the reverse export from the database into a solid CSV file to import into Outlook. If someone has come across something like this, could you possibly s...

Dump some mysql tables (structure + data) in C#

How can I dump some of the tables from my mysql database into an sql file in C#? Is there a class which does this? UPDATE: just wanted to mention to DO NOT USE mysqldump, because this application will be installed on many computers and the mysql folder could be on different places. ...

Export/Import a list of MSMQ Queues from one server to another

I have a significant amount of MSMQ Queues that need to be migrated to another server. Does anyone have (or know of) a script or tool that does that? Thanks. ...

Mass export and import of sql table rows

I need to export the data from 36 SQL tables containing 24GB of data into flat files, copy them to the client and import them there into the existing tables in his SQL database. And I will need this for several customers (same tables, though). How do I mass export and import data? Is there a command line tool for this so I can write a s...

import a library subroutine while using FindBin in perl

EDIT Sorry for the confusion, here is my updated question. I am using FindBin in my perl script like this: use FindBin qw($Bin); use lib "$Bin/../lib"; use multi_lib qw(say_hello_world); This works: multi_lib::say_hello_world(); but this does not: say_hello_world(); EDIT 2 This is how multi_lib.pm looks: package multi_lib; u...

How to export WordPress posts?

How to export WordPress posts to XML or CSV? I am looking for a neat way to do it with the help of PHP. Note: I don't want to do it via the admin panel because I want to automate it. ...

Can you export a Queue from Dynamics CRM?

Can you export a Queue from Dynamics CRM? I have a number of workflows that assign certain tasks to Queues for users to pick up later. There doesn't seem to be a way to export a Queue from CRM with the other customisations which means all the queues have to be setup again after a deployment. Am I just missing where to export Queues as...

Is there any nice CSV export/import library providing features like field omission?

Like when I export/serialize my bean to an xml file (using XStream) I get a nice API and I can easily restrict what shouldn't go into export calling XStream#omitField(SerializableBean.class, "restrictedField"), is there any such API for doing CSV exports in java which could provide this functionality? ...

SQL Server Export Errors

I'm trying to export the results of a SQL statement via the SQL Server Import and Export Wizard. I am receiving 2 errors: - Copying to `Query` (Error) Messages Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft S...