Page 1 of 1

ASCII to Binary

Posted: Wed Jun 20, 2007 9:48 am
by attu
I have a sequential file with data in ASCII and would like to convert it into BInary using a CFF stage.
In the CFF stage I have some columns whose Native type is Group.
I want to map them using a transformer but some of the columns cannot be mapped and I am getting this error...

Could not find subrec "TDE_DISPLAY_TBL_ENTRIES"

The TDE DSplay TBL ENTRIES column has 6 more columns TDE TBL1, TDE TBL2 ........TDE TBL6.
any suggestions pls.

Thanks[/b]

Posted: Wed Jun 20, 2007 12:14 pm
by prasadduvasi
Do not include group type columns in metadata

Posted: Wed Jun 20, 2007 12:41 pm
by attu
prasadduvasi wrote:Do not include group type columns in metadata
Then what should I use in place of Group :roll:

Posted: Wed Jun 20, 2007 5:41 pm
by ray.wurlod
Vector.

Posted: Thu Jun 21, 2007 9:12 am
by attu
I dont see the vecotr in the native type. how can I change the group to vector?

Posted: Thu Jun 21, 2007 3:47 pm
by ray.wurlod
Right click on the column in the Columns grid. Choose Edit Row from the menu. In the bottom left corner you will find Vector and Subrecord. Once you have chosen Vector a new column called Occurs appears in the Columns grid.

Posted: Fri Jun 22, 2007 10:49 am
by attu
Thanks Ray.