Customer Portal

Comments 4

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Oops, i'm sorry, i was too tired yesterday, my real e-mail is zatopek.martin@seznam.cz.

    Thanks for difs, Martin.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    No worries Martin - I'll send the changes - it'll take about a week or two.

    I'll send you diffs so you can make patches. If this isn't sufficient, let me know. You can email me on pauln@ablazesoftware.co.nz .

    Looking forward also to 1.9 if it's going to have multiple TransformationGraph instances.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    I agree. CloverETL is a *great* app.

    At my job, we have senior Java developers. They agree that CloverETL is very powerful because of its low foot-print.

    But they studied the Javadoc and they think the same thing. They would like to be able to call from a JAR-like library specific funtions (lookup, filter etc...) from their own app.

    For instance, it is possible to parse a flat file in Java with StringTokenizer() but it requires a lot of coding. Instead, it would great to make a library call to DELIMITED_DATA_READER_NIO().

    Regarding the command line issue, it is a very big problem for our team. We use QUARTZ to for job scheduling and we have write individual classes this way:

    void run() {
    org.jetel.main.runGraph.main(new String[] {"-v", "/clover/jobs/ETL_1.grf"})

    The problem in doing this is that it makes it very difficult to debug.

    Alan.

    Alan.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello Paul.

    We hope that clover is also usable for library not only for command line running ;)

    Please send me your changes (martin.zatopek@seznam.cz) and i will attache them to the trunk. Thanks.

    Martin

Please sign in to leave a comment.