Java based data integration framework; can be used to transform/map/manipulate data in various formats (CSV,FIXLEN,XML,XBASE,COBOL,LOTUS, etc.); can be used standalone or embedded(as a library). Connects to RDBMS/JMS/SOAP/LDAP/S3/HTTP/FTP/ZIP/TAR.
Questions tagged [cloveretl]
27 questions
0
votes
1 answer
How To Embed CloverETL Design In a Web Application
I am developing an Project which needs to implement an ETL tool, after some search i get to know that it is possible with CloverETL.
I Failed to get any reference regarding this, do anyone have any idea about how to do and start. I am unable to…

A_Sk
- 4,532
- 3
- 27
- 51
0
votes
1 answer
CloverETL Graph configuration is invalid - no field elements for 'recordName1' have been found
Trying to build a CloverETL graph. Currently it's quite simple - just a DBInputTable leading into a UniversalDataWriter element. It was working fine, and then for no reason that I can determine started producing the above error every time I try to…

Tam Coton
- 786
- 1
- 9
- 20
0
votes
1 answer
How to generate dynamic XML metadata with CloverETL
I will start off saying I am new to CloverETL with no formal training.
I have a job that runs an ExecuteScript component with a command that invokes Apple's iTunes Connect Reporter Java tool to get the status of the report to let me know if it is…

KMac
- 1
- 1
0
votes
3 answers
CloverETL Versioning Server projects
Does anyone know how to version server projects in CloverEtl,
I've tried using subclipse and SVN. That has work for local projects. But the server sandboxes I can not. It says the project is not locally stored or in workspace but they should be…

William Wilson
- 3
- 3
0
votes
2 answers
How to pass dynamic values for component in Clover ETL Graph?
I have tried in passing the values to ETL Graph in CloverETL for ETL process, but I need to pass the values dynamically in the Clover ETL for Graph. Can anyone say how to pass the values dynamically??
Thanks in Advance...

Hemanth Kumar
- 1
- 1
0
votes
1 answer
CSV to XML trnformation using cloveretl
I want to transform my csv file to XML using cloveretl.
I gone through the basic tutorial, all explains abound direct mapping from csv to xml, csv header column names are used for xml element name.
I have one complex XSD, and I want to map csv to…

Sahal
- 4,046
- 15
- 42
- 68
0
votes
1 answer
how to install clover etl server [Apache Tomcat]
I am completely new to JAVA and Clover ETL
http://www.cloveretl.com/
I am trying to install the clover ETL Server to :
Use my custom extended components
use clover engine in a cluster computing environment
The steps I am following…

ankur
- 557
- 1
- 10
- 37
0
votes
1 answer
Change format of XML file in clover ETL
I'm running a graph using clover ETL to convert a CSV file into XML output (it uses XML writer). However, when I open the XML output file (just in notepad) it is all written on a single line such that the file is difficult to read. Is there a…

JeffDror
- 253
- 1
- 10
0
votes
1 answer
Mysql reader Clover ETL
I am using CloverETL Designer Version: 4.0.0.030M2 for one of my projects. I want to read from a MySQL database and do some comparison and then write to the database. But I cant find a MySQL reader in the tool. Whereas a mongodb reader is present as…

GBRocks
- 698
- 8
- 30
0
votes
3 answers
What is going wrong with my etl process?
I'm using GoodData's CloudConnect (based on CloverETL) to read a massive json file and write certain elements to a .csv.
Unfortunately, I'm seeing the error pasted below in the console log. Am I running out of memory due to the error, or is that not…
user3594534
0
votes
1 answer
CloverETL: Compare two records
I have two files, A and B. The records in both files share the same format and the first n characters of a record is its unique identifier. The record is of fixed length format and consists of m fields (field1, field2, field3, ...fieldm). File B…

Justin Kredible
- 8,354
- 15
- 65
- 91
-1
votes
2 answers
How to Connect CloverETL to Google Cloud Storage?
I am using CloverETL Designer for ETL operations and I want to load some csv files from GCS to my Clover graph. I used FlatFileReader and tried to get file using remote File URL but it is not working. Can someone please detail the entire process…

Nishant
- 11
- 1