I’m newbie in cloverETL.
I’m trying to integrate some data from text file into a table from a database.
I success in copying text file in another textfile, and a table in another table.
For the copy from file to database, I’m using a REFORMAT transformer, but the transformed record number is always 0.
I’m using the “easy transformation mapping”.
Hi,
easy transformation language can do some type conversions, but not all (string to num probably does not work automatically). the easy transformation language (or as we call it Clover Transformation Language Lite) is basically just a simple macro language for Java, so everything except ${field) and @{field} is normal Java source…