Hello,
I’am a beginner with cloverETL, and as evaluation, I wanted to try some simple exemple.
This is my first problem : I have a csv file, say InputFile.csv. In that file, the lines have this format :
8<-----------------
field1;field2;field3;field4
8<-----------------
And I want to copy this file to OutputFile.csv but without the third field :
8<-----------------
field1;field2;field4
8<-----------------
I thougth than some standard component could solve this problem, so I search in doc and components Java API, but I didn’t find anything.
So I think I could use some kind of Reformat component, could I ?
If this is the solution, which metadata have I to put, on which edge ?
Is it something like that :
8<-----------------
Any help is appreciated.
Thanks in advance (and excuse me for my ugly english)
Francois