ashah
1
Hi,
I have an input file that contains fields:
CustomerID Name Street City State Zip
and want to output records of form:
Zip Name CustomerID
basically filtering and rearranging the columns.
Can Clover handle this?
How do I set this up using the GUI?
Thanks!
dpavlis
2
You would need to use Reformat - that allows to change the structure of data stream (pick just few fields).
Watch the video tutorial on cloveretl.org site, section Clover.GUI - it shows how to accomplish this.