You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matt Raible <ma...@yahoo.com> on 2002/02/05 02:48:47 UTC

Importing CSV and VCF files

Does anyone know of any examples to import CSV files into a database using
Java?  Like Yahoo does with Addresses?

What about importing a VCF file?  

Any links, suggestions are appreciated,

Matt

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Importing CSV and VCF files

Posted by Matt Raible <ma...@yahoo.com>.
This is what I was looking for - thanks!

Matt

--- Dave Weis <dj...@sjdjweis.com> wrote:
> 
> On Tue, 5 Feb 2002, John M. Corro wrote:
> > I had to build a data import using CSV-based import files.  I relied
> > strongly on the StringTokenizer class to break out all the various values.
> > Did you have something specific you were wondering about?
> 
> I found a great csv parser at http://ostermiller.org/utils/ that deals
> with empty fields, microsoft broken files, etc.
> 
> dave
> 
> > ----- Original Message -----
> > From: "Matt Raible" <ma...@yahoo.com>
> > To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> > Sent: Monday, February 04, 2002 7:48 PM
> > Subject: Importing CSV and VCF files
> > 
> > 
> > > Does anyone know of any examples to import CSV files into a database
> using
> > > Java?  Like Yahoo does with Addresses?
> > >
> > > What about importing a VCF file?
> > >
> > > Any links, suggestions are appreciated,
> > >
> > > Matt
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Great stuff seeking new owners in Yahoo! Auctions!
> > > http://auctions.yahoo.com
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> > >
> > >
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> > 
> 
> -- 
> Dave Weis             "I believe there are more instances of the abridgement
> djweis@sjdjweis.com   of the freedom of the people by gradual and silent
>                       encroachments of those in power than by violent 
>                       and sudden usurpations."- James Madison
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Importing CSV and VCF files

Posted by Dave Weis <dj...@sjdjweis.com>.
On Tue, 5 Feb 2002, John M. Corro wrote:
> I had to build a data import using CSV-based import files.  I relied
> strongly on the StringTokenizer class to break out all the various values.
> Did you have something specific you were wondering about?

I found a great csv parser at http://ostermiller.org/utils/ that deals
with empty fields, microsoft broken files, etc.

dave

> ----- Original Message -----
> From: "Matt Raible" <ma...@yahoo.com>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> Sent: Monday, February 04, 2002 7:48 PM
> Subject: Importing CSV and VCF files
> 
> 
> > Does anyone know of any examples to import CSV files into a database using
> > Java?  Like Yahoo does with Addresses?
> >
> > What about importing a VCF file?
> >
> > Any links, suggestions are appreciated,
> >
> > Matt
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Great stuff seeking new owners in Yahoo! Auctions!
> > http://auctions.yahoo.com
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 

-- 
Dave Weis             "I believe there are more instances of the abridgement
djweis@sjdjweis.com   of the freedom of the people by gradual and silent
                      encroachments of those in power than by violent 
                      and sudden usurpations."- James Madison


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Importing CSV and VCF files

Posted by "John M. Corro" <jo...@cornerstone.net>.
I had to build a data import using CSV-based import files.  I relied
strongly on the StringTokenizer class to break out all the various values.
Did you have something specific you were wondering about?


----- Original Message -----
From: "Matt Raible" <ma...@yahoo.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Monday, February 04, 2002 7:48 PM
Subject: Importing CSV and VCF files


> Does anyone know of any examples to import CSV files into a database using
> Java?  Like Yahoo does with Addresses?
>
> What about importing a VCF file?
>
> Any links, suggestions are appreciated,
>
> Matt
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>