Hi,
1)I tried it with the Reformat component, but it doesn’t work properly.
Actually, if I copied the code, the errors occured (The variable ALL is not declared.) I don’t understand, why it does not work, in the link
http://www.cloveretl.com/documentation/ … alues.html
is written, that ALL do not need do be declared.
I noticed one difference, when I open the source, there is impicitly written, not //#CTL2, but //#TL. Could it be the the cause, why it does not work? I use the Designer Version: 2.9.7.
I tried do it in another way, but the result was, that on one port were employees and on another count, but not as one number, but in each pass there was sent the count of executed records, but it was not, what I wanted.
2)And I have one another problem. I need some good documentation for CloverETL. I found only JavaDoc and user guide. Anything else exists to get information, how it work all together? Some manual for developers?
3)And one another question. I don’t understand the overview. Could be the transformation component written in Java and have many functions, not only the transform(), finish(), initiate()? I don’t see, how it works…
I need to do one component, which calculates statictics from one file (some should be implicit(number of records, average for numeric column…) and user can choose some another–f.e. quantile, diversion…). the component sholud give the result in xsd (or dtd). It should be easily extensible.
The result should be read by another java utility (so I have chosen xsd for the result), which displayes everything in user-friendly way – some histograms, graphs…
- Could be the result only one string (one record, one field)? I tried it, but only 1MB passed. I have changed defaultProperties. There was the information, that the string could be 2^31.