3

我在某个地方读过,但我很困惑。他们问,informatica 的数据类型。Informatica 是一种工具,而不是一种编程语言。那么,informatica 如何拥有自己的数据类型。如果它仍然可用,请告诉我。

还告诉我,什么是 informatica 数据类型?

4

3 回答 3

5

数据类型不是编程语言独有的概念。Excel 是一种工具,但您可以将单元格的数据类型(在 Excel 中称为类别Number)设置为、DatePercentage其他一些类型。

不同的转换支持不同的数据类型,但这里有一个表达式列表:

  • bigint
  • binary
  • date/time
  • decimal
  • double
  • integer
  • nstring
  • ntext
  • real
  • small integer
  • string
  • text
于 2013-01-08T11:34:03.683 回答
1

Informatica 有自己的一组数据类型,因为它有助于将任何源数据类型(数据库/文件)转换为Informatica compatible datatypes for further processing.

Whenever you drag any source definition in a mapping it automatically creates a source qualifier which converts source datatypes into suitable Informatica datatypes.

于 2018-02-02T18:31:32.037 回答
-1

In informatica various data types are supported ( depending on transformation and clients requirements) . Below are the most usable data types :

  1. bigint
  2. small integer
  3. date/time
  4. date
  5. decimal
  6. double
  7. integer
  8. nstring
  9. string
于 2019-09-07T14:31:20.777 回答