Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

T-SQL save individual rows to text files

I have a table containing some HTML content in an ntext column, which I wish to extract. Is there any way to save the individual rows from query results to text files? I had attempted to use a cursor, ...
1
vote
0answers
53 views

Export YouTube favorites list [migrated]

YouTube likes to periodically delete videos that are on my favorites list: But they refuse to tell me what they were so I can go find another copy. I would like a way to export my YouTube ...
0
votes
0answers
16 views

Oracle, error while exporting schema [migrated]

I'm using a command: $ exp userid=apex_public_user/apex_public_user OWNER=apex_public_user DIRECT=Y CONSISTENT=Y FILE=/home/oracle/apex_public_user.dmp and getting following output: Export: ...
0
votes
4answers
81 views

Export email as HTML

I want to take backup of my email. The best way I see is to be able to export all the mails as HTML files, one for each mail, and save them to a seperate disk. However, I don't see any such options ...
1
vote
1answer
35 views

transferring settings to a new computer

If I were to export this entire registry key (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer) could I then add it to the registry on my new pc? My current PC has Windows 7 ...
1
vote
1answer
149 views

Gimp reports huge file size (in the GB range) when trying to export to JPG

If I load a JPG file (2-4 MB in size) into Gimp for photo manipulation and try to export it, Gimp reports the file size will be in the region of 1.3 GB! I have to export it as PNG, which results in a ...
0
votes
0answers
27 views

What enterprise tools exist for exporting from a database into a set of files?

I'm looking for software that's designed to select/query data from a database (SQL or NoSQL), and export it into files (CSV, XML). Ideal characteristics: Manage very large datasets (petabytes), ...
1
vote
1answer
63 views

Markdown to MS Word - Retain Heading tags

I want to be able to write in Markdown and convert to Microsoft Word and have Word recognise the H1 in Markdown as Heading 1, body font as body font etc. I would usually avoid Word but this is a ...
0
votes
0answers
108 views

Can LibreOffice Base odb databases migrate to SQL server?

If I make a LibreOffice Base database in its native ODB format, is it possible to later migrate the database to a SQL server such as PostgreSQL??? If so, how? Thanks!
0
votes
2answers
85 views

Best way to export powerpoint slides into pngs with different resoltuions?

I am trying to convert powerpoint slides into a png. I know that there are several ways that allow to do this by allowing for changing the resolution (e.g., within powerpoint by changing the registry, ...
0
votes
0answers
86 views

Export MS SQL database as *.dbschema

We have a production database and visual studio 2010 database project. We had to make some changes in database schema. Unfortunately we don't have previous database schema file for production ...
1
vote
1answer
52 views

OS X Excel 2008: Export All Document Sheets to Separate Tab Delimited Files

Is it possible to bulk export multiple sheets in an Excel Document to separate tab-delimited text files? As it is, it only exports the active sheet. I've got a document with 850 sheets, all of which ...
0
votes
0answers
93 views

Where are Outlook for Mac 2011 Archives stored?

I have a series of archives listed in my Outlook Mac 2011: I want to delete them, but am nervous about deleting the original olm. Are these copies of the data I imported in Outlook, or just links ...
0
votes
3answers
206 views

How to export selected columns into csv file

I want to export specific number of columns from excel into .csv file. I have around 10 columns like lname, fname, phone, address, email and so on. what should i do to export certain columns like ...
0
votes
0answers
97 views

Outlook Shared Mailbox automatic calendar export

I am aware that the shared mailbox feature is an exclusive microsoft feature in exchange and does not work on any non microsoft products. I am trying to create a workaround so am looking for a way to ...
0
votes
1answer
138 views

Export contacts from iTunes to Google

How do I export the contacts backed up in iTunes from a MacBook to a Google account?
1
vote
0answers
73 views

PHP Report Maker 5 Export Feature

Is there a way to add a default header for an exported report in PHP Report Maker. For example, if i choose Export to Word, it will automatically generate the header and footer that is appropriate to ...
2
votes
3answers
733 views

Export Passwords and Booksmarks from Chrome to Firefox

I want to move to Firefox from Chrome. Is there a simple way to export the saved passwords and booksmarks in Chrome and to import them into Firefox?
1
vote
2answers
224 views

How do I export the data from an Oracle SQL Developer query

How do I export the data from an Oracle SQL Developer query? I can create queries in it fine, but as to export ??
0
votes
0answers
31 views

How to Export a Stencil as an SVG

Using Visio 2010, I want to export my whole custom stencil to SVG format. Is there any way to do this for the whole stencil at once, or am I limited to exporting one item from the stencil at a time?
0
votes
1answer
30 views

how to export with repo command?

What's the repo equivalent of git archive and svn export? I'm working with the Android source.
0
votes
1answer
395 views

Mysql WorkBench : Exporting table data backup?

How do I export tabluar data using Mysql WorkBench 5.2.37 CE Rev 8576? It seems I can export table schemas no problem but the .sql file generated has no data whatsoever? Steps taken: Established ...
7
votes
2answers
543 views

export emails from PST file in Outlook 2010 to Thunderbird

I will start by describing the problem.. I had an email account configured in Outlook 2010 connected to an Exchange server. I backed up my emails locally into a PST file. (now I no longer have access ...
0
votes
0answers
67 views

MS Outlook - Export distribution lists as CSV

I tried to export my distribution lists where my contact emails in Outlook 2007 are saved but it is not working. All I get is a CSV with the headers but no contact details in it. I tried this: 1. ...
0
votes
2answers
139 views

How to export a filtered set of rows from Google Docs spreadsheet?

Is it possible, when exporting a Google Docs spreadsheet into CSV, to apply this operation only to filtered set of rows? I need to get in CSV exactly the rows which are visible on the sheet after a ...
0
votes
1answer
84 views

How can I easily print addresses onto envelopes that are stored in Gmail contacts?

I have a contacts group in Gmail with a haphazard collection of about 900 names. Maybe half of them have addresses associated with them. I would like to print these out on envelopes for a mass ...
0
votes
1answer
162 views

Cyrillic export from Excel to CSV

I have an application where I upload some content in CSV format, however the main document where I have my data is an Excel document. I use Save As » CSV in order to make a CSV file, but it is not ...
2
votes
1answer
150 views

export PATH= not holding in Bash OS X

This is somewhat of a noob question but I'm having problems adding to my path and can't remember how I got changes working the last time I did it. So I'm using the command "export ...
2
votes
1answer
224 views

How can I save my excel spreadsheet in DBF format? [closed]

Possible Duplicate: Is Workbook.FileFormat available to the Excel UI (specifically when the file type can't be saved) How can I save my excel spreadsheet in DBF format? I used to be ...
1
vote
1answer
74 views

How to export Normal Maps from a 3D render program

I am using the Ethanon Engine, wich is a 2.5D engine wich loads the Lightin data from a Normal Map. I am looking for a way to export a normal map from a 3D program(such as Blender). For instance. If ...
1
vote
1answer
681 views

What's the difference between - CSV (MS-Dos), CSV (Macintosh), CSV (comma delimited)

What's the difference between - CSV (MS-Dos), CSV (Macintosh), CSV (comma delimited) file types in excel 2010? They are all listed as a save file type, but ultimately are Comma Separated Value files.
2
votes
2answers
108 views

How can I export my old emails from a private server to Gmail servers?

Let's suposse I have a lot of emails in a private email server. Organized in folders, subfolders, tags, etc. I want to migrate all this emails (with their current organization) to a new email domain ...
1
vote
0answers
49 views

Can I change the sysinfo export language?

I just noticed that when I export the sysinfo logfile for diagnosis that all the stuff in there is in my national locale! This is of course bad if I want help from international / English speaking ...
1
vote
0answers
99 views

How to export and import an user profile from one Quassel core to another?

I'm using for quite a long time Quassel as my bouncer for IRC. We (a group of administrators of a small network) have set up a shared Quassel core with many users on the same core. But now I would ...
3
votes
1answer
78 views

Document editor that can export clean HTML (ie. semantic, not presentational, tags)

Does anyone know of a document editor - either hosted online or (ideally cross-platform) desktop software - that can export clean HTML? By 'clean HTML' I mean HTML which has tags conveying only ...
1
vote
0answers
72 views

SVN export yields different file permissions on 2 systems with same umask

I have a machine with Ubuntu 10.10 and a machine with Ubuntu 11.10. When I do a svn export on the 10.10 machine, this gives all directories a 755 permission. The 11.10 machine sets the directories to ...
3
votes
2answers
177 views

Make PDF tables able to be copied into Excel? (InDesign)

My organisation is publishing data tables, with these two design requirements: Must be a PDF to preserve our brand style and formatting, for people who want to print the tables themselves to use as ...
0
votes
1answer
87 views

How to create tables in word for each row in an excel sheet

I'm creating a word report and all my data is on an excel sheet. The sheet is like this: ID Name1 Name2 Name3 Name4 1 blah blah blah blah 2 blah blah blah blah 3 blah blah blah blah And ...
-2
votes
1answer
29 views

How to export a report into Excel that is defaulting to CSV? [closed]

Whenever I try to export a report, it opens up with a .csv extension rather than .xls. It works fine on Firefox but whenever I use Internet Explorer, it does that.
1
vote
1answer
71 views

moving MS config settings to a new profile?

Since my profile for my main user is screwed up I created a new user and then did a copy and paste of the contents from the old user to the new user. How can I export all of these settings (boot, ...
1
vote
0answers
92 views

Is there a good WordPress -> Tumblr importer? [closed]

I just want to move my self hosted and managed WordPress blog to Tumblr to avoid the necessity of maintenance. I was in search for a working WordPress to Tumblr conversion/importing utility for a ...
0
votes
2answers
253 views

How can I export my extensions in Chrome 15?

In Google Chrome 15, how can I export my extensions to another computer? This question doesn't apply to Chrome version 15. I'm trying to copy an extension that no longer exists in the webstore.
2
votes
1answer
447 views

Export/Import Windows XP wireless configs

About to rebuild my XP install and figured I'd see if there was a file or interface for collecting the configs for the built in Windows XP wireless manager. I've looked under the "advance settings" ...
1
vote
1answer
97 views

PowerPoint save group as picture creates asymmetric edge, how to fix?

I created tons of figures for my thesis in PowerPoint and now I realized that when I try to save the grouped items (= one figure) as a picture (EMF), it somehow asymmetrically adds a border on the ...
1
vote
1answer
376 views

What's the difference between an *.ova file and a *.ovf file when exporting from VirtualBox?

I'm trying to export a Virtual Machine I have on VirtualBox so I can back it up, and when I went to export it, I was prompted with a "Save As..." dialog that asks me if I want to save it as a .ovf or ...
0
votes
1answer
165 views

Exporting DISPLAY variable not working

I am able to assign the DISPLAY variable by running the command line: export DISPLAY=:2 echo $DISPLAY (returns 2) hostname (returns opt2) In my #!/bin/bash script using the same command: echo ...
0
votes
0answers
55 views

Export iPhoto2011 library

Is there a way to export all my iPhoto'11 albums to an external driver, organizing them so you have a folder for each album with the name of that album? I found this tool ...
1
vote
1answer
360 views

How to export/import torrent in transmission in Ubuntu?

I need to move a couple of torrent transmissions to another idle computer. I have copied all the downloading files into (equivalent) ~/Downloads of machine 2 but the Transmission client on machine 2 ...
2
votes
2answers
223 views

Export Firefox bookmarks WITH TAGS?

How can I create an export of my Firefox 6.01 bookmarks that includes tags? I have tried main menu Bookmarks / Show All Bookmarks / Import and Export and then both "Backup" (which creates JSON) and ...
0
votes
1answer
52 views

Export list of mails in Thunderbird

I need to share info of my mailbox. That is, I need to send somebody the contents of what I have in a particular folder. But not the content itself, just an overview of the mails. Best would be the ...

1 2 3 4