Jump to content
We've recently updated our Privacy Statement, available here ×

ccarbone

Members
  • Posts

    12
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by ccarbone

  1. csbac wrote: Thanks ... for the next time, I know it now ... It's Win XP with ActiveState, yes, otherwise compiling wouldn't have been such a problem ... Should have googled for the right keywords, it seems. Only found the source distribution (on CPAN). Thanx, Sebastian Don't forget the JasperETL installation guide. It is available under the tab Documentation on Jasperforge web site.
  2. csbac wrote: Hi again! I managed to install XML::LibXML, was quite a job ... libXML2, use Visual Studio, etc. If someone needs it, I can post a guide. Hi Sebastian, I don't know our OS and our perl distribution, but with activestate and ppm tool, it's very easy to install XML-LibXML. Launch a command line and type the following commands : ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML.ppd Regards, Cedric Carbone
  3. fbritvic wrote: Does current version provide support for flat file multi record type (header/body/footer) as a target? What components to use? Thanks! Hi, You can ignore header or footer with JasperETL components and keep only body data. However, you can't have multiple schemas on the same stream. ______ Thank you for your support! Cedric Carbone Talend CTO
  4. tstoeckigt wrote: As the subject already describes: is it possible to integrate JasperETL in an existing eclipse installation? Ciao Timo Hi Timo, Actually, we distribute only a standalone version of JasperETL. You can't yet integrate it like a feature on your current eclipse. ______ Thank you for your support! Cedric Carbone Talend CTO
  5. Exie wrote: ... I just tried checking out the source, and it seemed to complete ok, but alas, no source files appeared. [root@localhost Jasper]# svn checkout --username Exie http://scm.jasperforge.org/svn/repos/jasperetl Authentication realm: <http://scm.jasperforge.org:80> Authorization Realm Password for 'Exie': Checked out revision 0. [root@localhost Jasper]#Hi Exie, This project's Subversion repository can be checked out through SVN with the following instruction: set: svn checkout http://talendforge.org/svn/tos Warning: This is a generic Subversion checkout command which will pull all modules, tags and/or branches of the project. Please refer to project home page for specific SVN instructions, or use "Browse Repository" link; in most cases, you will want to add '/trunk' to the HTTPS URL above to check out only trunk (main development line). Host - http://talendforge.org/svn/tos Repository path - http://talendforge.org/websvn/trunk User - anonymous Browser - http://talendforge.org/websvn/ Documentation - https://sourceforge.net/docs/E09 ______ Thank you for your support! Cedric Carbone Talend CTO
  6. csbac wrote: But, we want to use JasperETL to consolidate our existing databases ... which are in FirebirdSQL, of Hi Sebastian ! Unfortunatly, JasperETL doesn't support yet FirebirdSQL with native access. However, you can use ODBC connection to access to FirebirdSQL. If you want create a native connector for FireBirdSQL, please see our component_creation documentation. http://talendforge.org/wiki/doku.php?id=component_creation ______ Thank you for your support! Cedric Carbone Talend CTO
  7. No problem, it was a pleasure to help a JasperETL user ! ______ Thank you for your support! Cedric Carbone Talend CTO
  8. test.guillaume wrote: I send you all. Hi Guillaume, I received your email with your Job. The problem is on the setting in the input file component (tFileInputDelimited_2), you checked Extract a random number of lines option ! (see the attach screenshot) So, there is no bug ;) Uncheck this option and our file out will be ever the same between each launch. Futhermore, on your input file, you have to perform a transformation to change your actual decimal separator (coma) by a point (I can see 15,567 instead of 15.567) ______ Thank you for your support! Cedric Carbone Talend CTO [file name=tos.jpg size=57452]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/tos.jpg[/file] Post edited by: ccarbone, at: 2007/02/22 14:08
  9. Hi According to the installation guide of JasperETL, you need to install Java 1.5 (and no Java 1.6). We can reach JasperETL installation guide at : http://www.jasperforge.org/index.php?option=com_docman&task=cat_view&gid=81&Itemid=248 According to the bugtraker, http://talendforge.org/bugs/view.php?id=438 the next release of TOS and JasperETL (available next week) will be manage JVM 1.6! Stay tuned! ______ Thank you for your support! Cedric Carbone Talend CTO
  10. Hi, If i understand your problem, 1/you don't change your 3 input files 2/you launch 2 times your job 3/the number of row (displayed thanks statistic mode) on one of your output file changes at each launch! It's a very strange problem! To be sure is not a problem with statistics mode : can you check the number of lines of the output file (to see if the statistics mode displays the good number of line) However, I think this problem should be linked to the bug 467 ( http://talendforge.org/bugs/view.php?id=467 ) "tMap output branches execution order is unpredictable". But this bug is ressolved and the correction is included on your JasperETL 1.1.1!!! Can you send me [ccarbone( at )talend.com] your workspace and your 3 input files? ______ Thank you for your support! Cedric Carbone Talend CTO Post edited by: ccarbone, at: 2007/02/22 07:36
  11. Gennadiy.Skuha wrote: Is there JasperETL for JAVA (not for PERL) anywhere? Hi Yes there is a JasperETL with Java templates (to generate Java job). You can reach this version on .... our Subversion ;) http://talendforge.org/websvn/listing.php?repname=Talend+Open+Studio&path=%2F&sc=0 However, we will provide milestone versions (linux and windows distribution) on one month. Stay tuned! ______ Thank you for your support! Cedric Carbone Talend CTO Post edited by: ccarbone, at: 2007/02/13 11:42 Post edited by: ccarbone, at: 2007/02/13 11:43
  12. Hello Posselman, I'm using jasperETL with perl version 5.8.8. When i try to use the test project (the tMsgBox thing) i get the message that perl56.dll could not be found. If you are perl56.dll issue, i think you are on Windows (please tell me what version). perl56.ddl is the dll for Perl 5.6 and no 5.8, so your issue is strange ;) Can you check <Perl_Interpreter_field> on JasperETL > Windows > Preferences > Talend. After, click on "Start", then click "Run" and in the dialog box, type in "cmd". On the command prompt window, type in: cd <Perl_Interpreter_field> perl -v This command will provide you with the Perl version installed on your station. Can you write on this thread the answer to this question. Thank you for your support! Cedric Carbone Talend CTO
×
×
  • Create New...