在 informatica 中跳过 ftp 服务器上文件的第一行

skip first row from file on ftp server in informatica

ftp 服务器上有一个文件,其数据必须加载到目标 table。

示例:

id,name,address
1,abc,aaa
2,xyz,bbb

现在的要求是我们必须跳过列名(即第一行)。如何在信息学中做到这一点。我使用 ftp 连接来获取数据,但不知道如何跳过列名。

在源文件定义中将选项 "Number of initial rows to skip" 设置为 1

您将在 Table 选项卡的“高级”部分找到。确保您也在会话中进行相同的更改。