<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:10:39 +0000</lastBuildDate>
    <item>
      <title>(HTML) Print request details in JSP - ejboy</title>
      <link>https://snipplr.com/view/51737/print-request-details-in-jsp</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 00:39:56 UTC</pubDate>
      <guid>https://snipplr.com/view/51737/print-request-details-in-jsp</guid>
    </item>
    <item>
      <title>(XML) Load CSV data into a database - ejboy</title>
      <link>https://snipplr.com/view/2205/load-csv-data-into-a-database</link>
      <description>&lt;p&gt;This example demonstrates usage of Scriptella ETL Tool to load CSV data into a database table.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Feb 2007 13:51:21 UTC</pubDate>
      <guid>https://snipplr.com/view/2205/load-csv-data-into-a-database</guid>
    </item>
    <item>
      <title>(XML) Copy table from one database to another - ejboy</title>
      <link>https://snipplr.com/view/2204/copy-table-from-one-database-to-another</link>
      <description>&lt;p&gt;This Scriptella ETL script copies all rows from Src_Table to Dest_Table.&#13;
Src_Table contains the following columns: id, first_name, last_name&#13;
Dest_Table contains the following columns: id, name&#13;
The name column of the Dest_Table is produced by a concatenation of first_name and last_name from the Src_Table&#13;
This example demonstrates HSQLDB-To-Oracle copy procedure, although it works between virtually any databases.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Feb 2007 13:49:49 UTC</pubDate>
      <guid>https://snipplr.com/view/2204/copy-table-from-one-database-to-another</guid>
    </item>
    <item>
      <title>(XML) ETL Script to Insert BLOB from File into a Database - ejboy</title>
      <link>https://snipplr.com/view/2203/etl-script-to-insert-blob-from-file-into-a-database</link>
      <description>&lt;p&gt;Scriptella ETL allows inserting files into a database. This is achieved by a simple bind variables extension syntax ?{file ...}.&#13;
The following sample initializes table of music tracks. Each track has a DATA field containing a file loaded from an external location. File song1.mp3 is stored in the same directory as etl.xml and song2.mp3 is loaded from the web:&lt;/p&gt;</description>
      <pubDate>Fri, 23 Feb 2007 13:46:53 UTC</pubDate>
      <guid>https://snipplr.com/view/2203/etl-script-to-insert-blob-from-file-into-a-database</guid>
    </item>
  </channel>
</rss>
