We have moved to www.dataGenX.net, Keep Learning with us.

Wednesday, June 24, 2015

What happen when Import Sequential File with Extra Column


Job reads sequential file and load into RDBMS table.

What happen if sequential file has extra column in the back of each record?

It depends on data type of last column defined by DS and RDBMS table.
  • If data type of last column = varchar, extra column will be included as last column.
  • If data type of last column = numeric, last column value will become 0 because there is delimiter character which usually not a numeric.
  • If data type of last column = date, extra column will be dropped.
Their result base on transformer stage behavior on implicit data type conversion.



Like the Facebook Page & join Group
https://www.facebook.com/DataStage4you
https://www.facebook.com/groups/DataStage4you

https://twitter.com/datastage4you
https://groups.google.com/d/forum/datastage4you
For WHATSAPP group , drop a msg to 91-88-00-906098






No comments :

Post a Comment