<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/export</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 15:21:08 GMT</pubDate>
<item>
<title>(SQL) Backup Export MySQL Database using mysqldump and compress gzip it - MohamedAlaa</title>
<link>http://snipplr.com/view/65951/backup-export-mysql-database-using-mysqldump-and-compress-gzip-it/</link>
<description><![CDATA[ <p>Backup/Export MySQL Database using mysqldump and compress/gzip it
------------------------------------------</p> ]]></description>
<pubDate>Thu, 05 Jul 2012 01:44:58 GMT</pubDate>
<guid>http://snipplr.com/view/65951/backup-export-mysql-database-using-mysqldump-and-compress-gzip-it/</guid>
</item>
<item>
<title>(DOS Batch) Save (and clear) Windows Event Logs - Rectifier</title>
<link>http://snipplr.com/view/65885/save-and-clear-windows-event-logs/</link>
<description><![CDATA[ <p>Uses the sysinternals (microsoft) utility PsLogList to save specified event logs to files and then clears them. Method can be used to save logs as .evt and .evtx. This script has four event logs listed as an example and has a template command commented. Tested on a local windows 7 machine, but should work for xp, server 2k3 and 2k8.</p> ]]></description>
<pubDate>Sun, 01 Jul 2012 03:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/65885/save-and-clear-windows-event-logs/</guid>
</item>
<item>
<title>(PHP) Format PHP Var Export - iloveitaly</title>
<link>http://snipplr.com/view/59183/format-php-var-export/</link>
<description><![CDATA[ <p>Format's var export so things looks a little bit nicer</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 04:32:21 GMT</pubDate>
<guid>http://snipplr.com/view/59183/format-php-var-export/</guid>
</item>
<item>
<title>(AppleScript) Evernote Notebooks Backup - wraydc</title>
<link>http://snipplr.com/view/56693/evernote-notebooks-backup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Jul 2011 04:36:05 GMT</pubDate>
<guid>http://snipplr.com/view/56693/evernote-notebooks-backup/</guid>
</item>
<item>
<title>(SQL) Exporting SQL results to a file - lostumbrellas</title>
<link>http://snipplr.com/view/56594/exporting-sql-results-to-a-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jul 2011 11:52:19 GMT</pubDate>
<guid>http://snipplr.com/view/56594/exporting-sql-results-to-a-file/</guid>
</item>
<item>
<title>(PHP) Export UTF-8 data in excel with correct encoding - dsoms</title>
<link>http://snipplr.com/view/56084/export-utf8-data-in-excel-with-correct-encoding/</link>
<description><![CDATA[ <p>If you want to export some utf-8 data into csv/tsv that will be readable by excel with correct encoding you must add special non vissable characters at the begining of file</p> ]]></description>
<pubDate>Mon, 04 Jul 2011 18:03:28 GMT</pubDate>
<guid>http://snipplr.com/view/56084/export-utf8-data-in-excel-with-correct-encoding/</guid>
</item>
<item>
<title>(Visual Basic) VBA: Export excel range as image and save as file. - win4me</title>
<link>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</link>
<description><![CDATA[ <p>PROBLEM:
How to save Excel range into image file. VBA macro in Excel 2007.

SOLUTION:
Create an empty chart, paste range image into chart area, and Export as image file.

Modify code to suite to your needs.</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 06:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</guid>
</item>
<item>
<title>(Bash) MySQL to SQLite - jmiller</title>
<link>http://snipplr.com/view/52802/mysql-to-sqlite/</link>
<description><![CDATA[ <p>Dump a MySQL database to SQLite</p> ]]></description>
<pubDate>Fri, 29 Apr 2011 17:30:44 GMT</pubDate>
<guid>http://snipplr.com/view/52802/mysql-to-sqlite/</guid>
</item>
<item>
<title>(SAS) Exporting Multiple Data Sets to One Spreadsheet - webonomic</title>
<link>http://snipplr.com/view/50839/exporting-multiple-data-sets-to-one-spreadsheet/</link>
<description><![CDATA[ <p>It's easy to export several data sets to one Excel spreadsheet with each data set in a separate worksheet.This example exports three SAS data sets (work.region, work.county and work.district) to the same spreadsheet (results.xls).</p> ]]></description>
<pubDate>Sat, 19 Mar 2011 07:32:29 GMT</pubDate>
<guid>http://snipplr.com/view/50839/exporting-multiple-data-sets-to-one-spreadsheet/</guid>
</item>
<item>
<title>(PL/SQL) phpmyadmin exportl filename template - lordvithis</title>
<link>http://snipplr.com/view/49028/phpmyadmin-exportl-filename-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Feb 2011 06:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/49028/phpmyadmin-exportl-filename-template/</guid>
</item>
<item>
<title>(Python) MySQL Dump to SQLite Import - arifwidi</title>
<link>http://snipplr.com/view/48268/mysql-dump-to-sqlite-import/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Feb 2011 14:30:16 GMT</pubDate>
<guid>http://snipplr.com/view/48268/mysql-dump-to-sqlite-import/</guid>
</item>
<item>
<title>(PHP) phpMyAdmin File name template / Dateinamenskonvention for export/dump - riddla</title>
<link>http://snipplr.com/view/45960/phpmyadmin-file-name-template--dateinamenskonvention-for-exportdump/</link>
<description><![CDATA[ <p>Heavily inspired by the comment from [philrae](http://snipplr.com/users/philrae) @ http://snipplr.com/view/13568/phpmyadmin-strftime-dump-format/</p> ]]></description>
<pubDate>Mon, 20 Dec 2010 19:39:17 GMT</pubDate>
<guid>http://snipplr.com/view/45960/phpmyadmin-file-name-template--dateinamenskonvention-for-exportdump/</guid>
</item>
<item>
<title>(PHP) Output/Print an array as PHP code. - BrunoDeBarros</title>
<link>http://snipplr.com/view/45523/outputprint-an-array-as-php-code/</link>
<description><![CDATA[ <p>Prints an array (recursive) as PHP code (can be pasted into a php file and it will work).

Note: This function can process arrays with integers/strings/sub-arrays. It is impossible to process resources (they have a state), and while it is possible to process objects, I didn't see a need for it. However, if you need it to support objects as well, I'll be more than happy to alter the function. Just drop a comment to let me know.</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 00:08:36 GMT</pubDate>
<guid>http://snipplr.com/view/45523/outputprint-an-array-as-php-code/</guid>
</item>
<item>
<title>(SQL) Export Data From SQL Server to Microsoft Excel Datasheet - derebus</title>
<link>http://snipplr.com/view/44838/export-data-from-sql-server-to-microsoft-excel-datasheet/</link>
<description><![CDATA[ <p>How to Export Data From SQL Server to Microsoft Excel Datasheet</p> ]]></description>
<pubDate>Thu, 25 Nov 2010 09:59:04 GMT</pubDate>
<guid>http://snipplr.com/view/44838/export-data-from-sql-server-to-microsoft-excel-datasheet/</guid>
</item>
<item>
<title>(PHP) Save as PDF &amp;amp; Thumb - stamba</title>
<link>http://snipplr.com/view/43877/save-as-pdf--thumb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Nov 2010 12:19:26 GMT</pubDate>
<guid>http://snipplr.com/view/43877/save-as-pdf--thumb/</guid>
</item>
<item>
<title>(PHP) Create CSV - apricot_13</title>
<link>http://snipplr.com/view/42491/create-csv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Oct 2010 21:16:01 GMT</pubDate>
<guid>http://snipplr.com/view/42491/create-csv/</guid>
</item>
<item>
<title>(PHP) Export Csv - sikwan</title>
<link>http://snipplr.com/view/42263/export-csv/</link>
<description><![CDATA[ <p>This snippet make an export in Csv of the var $csvExport. You have to format your var like you can see at the first line.</p> ]]></description>
<pubDate>Thu, 14 Oct 2010 20:15:12 GMT</pubDate>
<guid>http://snipplr.com/view/42263/export-csv/</guid>
</item>
<item>
<title>(PHP) CakePHP CSV export Controller - damanlovett</title>
<link>http://snipplr.com/view/39332/cakephp-csv-export-controller/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Aug 2010 01:15:39 GMT</pubDate>
<guid>http://snipplr.com/view/39332/cakephp-csv-export-controller/</guid>
</item>
<item>
<title>(Bash) Export/import subset of data from table in Postgres - jturmel</title>
<link>http://snipplr.com/view/38592/exportimport-subset-of-data-from-table-in-postgres/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 07:44:44 GMT</pubDate>
<guid>http://snipplr.com/view/38592/exportimport-subset-of-data-from-table-in-postgres/</guid>
</item>
<item>
<title>(SVN) SVN / Subversion Export command - supermauerbros</title>
<link>http://snipplr.com/view/35866/svn--subversion-export-command/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Jun 2010 03:48:10 GMT</pubDate>
<guid>http://snipplr.com/view/35866/svn--subversion-export-command/</guid>
</item>
</channel>
</rss>