Could somebody send me an example graph showing how to map horizontally orientated Excel data in Clover 3.3.0.021P?
My graph consists of an XLSDataReader object connected to a Trash object and I am using debug…View to look at the imported records.
I have spent a several hours on this without success (my first time with using CloverETL). My Excel 2007 file contents looks like:
MotorIdent | 1234567 | 234567
MotorType | AC395T | MCRT475
i.e. the field names should be MotorIdent and MotorType (arranged vertically in the XLS file) and there should be two records:
Field Names: | MotorIdent | MotorType
Record1: | 1234567 | AC395T
Record2: | 234567 | MCRT475
The metadata seems easy to set up - select horizontal for the orientation and then select the field names.
I also think I need to set up the mapping, but the mapping dialog box, called up from within the field mapping property of the XLSDataReader does not look like any of the video examples on the internet (which show a spreadsheet view) and does not appear to allow selection of horizontally orientated data.