Standard datatypes of Informatica

Vicky picture Vicky · Jan 8, 2013 · Viewed 7.4k times · Source

I read somewhere, but i got confused. They asked, Datatypes of informatica. Informatica is tool, not a programming language. So, How informatica has own datatypes. Still if it is available then please let me know.

Also tell me, what are the informatica datatypes?

Answer

Marek Grzenkowicz picture Marek Grzenkowicz · Jan 8, 2013

A datatype is not a concept exclusive to programming languages. Excel is a tool and yet you can set a cell's datatype (called category in Excel) to Number, Date, Percentage and a few others.

Different transformations support different datatypes, but here's a list for an expression:

  • bigint
  • binary
  • date/time
  • decimal
  • double
  • integer
  • nstring
  • ntext
  • real
  • small integer
  • string
  • text