Menu

#169 procedures for easier CSV import/export

open-accepted
5
2004-11-25
2004-11-02
No

Hi,

I created two procedures copyTo and copyFrom which make
CSV import/export easier.
They could be added to Library.java.
I marked them with //patch COPY.

Discussion

  • Meikel Bisping

    Meikel Bisping - 2004-11-02

    a patched version with copyTo and copyFrom procedures

     
  • Fred Toussi

    Fred Toussi - 2004-11-25
    • assigned_to: dedmike --> fredt
    • status: open --> open-accepted
     
  • Fred Toussi

    Fred Toussi - 2004-11-25

    Logged In: YES
    user_id=150940

    Thanks Meikel,

    Had a quick look. Seems useful, but too special-purpose to go
    into the library (we want to keep hsqldb a lightweight engine).

    As these are stored procedures, it would be a good idea to
    package them separately. I would suggest the package
    name, org.hsqldb.sp. We can then put them on CVS and
    provide a binary + source version to download. Doing so, will
    allow everyone to add to this extension library without us
    worrying about code size.

     

Log in to post a comment.