Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JRower: load Oracle tables from flat files (Csv, Excel, Delimited)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jdonohu...@gmail.com  
View profile  
 More options Nov 13 2005, 7:01 pm
Newsgroups: comp.lang.java.databases
From: jdonohu...@gmail.com
Date: 13 Nov 2005 16:01:21 -0800
Local: Sun, Nov 13 2005 7:01 pm
Subject: JRower: load Oracle tables from flat files (Csv, Excel, Delimited)
JRower is a tool for loading relational database tables from flat
files. It is useful in situations where your database table undergoes
periodic refreshes from an Excel spread sheet or other data file. You
supply a XML file describing the fields in the file and their mapping
to the database table columns and JRower performs the load. The data
file can be a text file in CSV, delimited, fixed length, or Excel
format. The XML file can also specify validations that the input data
must pass before it is inserted to the database. A command line tool
for running JRower is provided and also a Servlet for running JRower
from a web page. JRower can also be embedded in your own Java program.
Currently only Oracle is supported.

See: http://www.jdonohue.com/java/jrower/doc/index.html for more
information.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
GreyBeard  
View profile  
 More options Nov 13 2005, 8:33 pm
Newsgroups: comp.lang.java.databases
From: GreyBeard <Fuzzy.GreyBe...@gmail.com>
Date: Mon, 14 Nov 2005 01:33:59 GMT
Local: Sun, Nov 13 2005 8:33 pm
Subject: Re: JRower: load Oracle tables from flat files (Csv, Excel, Delimited)

On Sun, 13 Nov 2005 16:01:21 -0800, jdonohue55 wrote:
> JRower is a tool for loading relational database tables from flat
> files. It is useful in situations where your database table undergoes

Loverly - a J2EE alternative to the free Oracle-supplied and
Oracle-supported External Table capability.  Well done!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jdonohu...@gmail.com  
View profile  
 More options Nov 20 2005, 11:38 am
Newsgroups: comp.lang.java.databases
From: jdonohu...@gmail.com
Date: 20 Nov 2005 08:38:45 -0800
Local: Sun, Nov 20 2005 11:38 am
Subject: Re: JRower: load Oracle tables from flat files (Csv, Excel, Delimited)
True, later versions of Oracle allow you to treat a flat file as a
database, and of course SQLLoader is also available to load flat files.
  However, the need JRower was written to address is where you want to
give the end user the ability to "upload" their spreadsheet to a
database through a friendly user interface. The user interface does
some data validation before accepting the data.  Additionally there may
be many user's who's spreadsheets may only be a sub-set of the database
rows.   In the "Bowling Team" example each team captain uploads only
the data for his team to a database of all teams.  The end user can't
replace the entire database at will, but can only execute limited load
logic that has been setup in advance by the programmer or DBA.  The
load logic is saved in  XML files, that can be added or edited without
deploying new code.
 The point of JRower is to give Java programmers, in the words of
another poster, "a SQLLoader-type API", that they can use to create
user interfaces to allow end users to "upload" their spreadsheets.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »