How to get flat files with no file structure as source and insert same data into table as target in IICS

huangapple go评论40阅读模式
英文:

How to get flat files with no file structure as source and insert same data into table as target in IICS

问题

我想要从IICS(Informatica Intelligent Cloud Services)获取平面文件作为数据源,而无需指定任何文件结构。平面文件的名称可以是任何东西,结构也会随时更改。还需要根据平面文件动态创建表,并将数据插入表中。

英文:

I wanted to get the flat files as source without any file structure specified using IICS(Informatica Intelligent cloud services). Flat files names can be anything, and structure also will change any. And also need to create table dynamically based on flat file and insert into table.

答案1

得分: 0

这里有几个选项。您可以在任务流中使用完全参数化的映射,该映射将在文件侦听器上启动,准备要作为目标的预SQL语句的一部分执行的参数和语句。

在映射内,您将源和目标定义为参数化的 - 这就是简要说明!

英文:

There's a number of options here. You can use a fully parameterized mapping niside a taskflow that will start on file listener, prepare the parameters and statements to be executed as part of the pre-SQL statement on your Target.

Inside the mapping you define Source and Target as parameterized - and that's briefly it!

huangapple
  • 本文由 发表于 2023年2月6日 16:32:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/75358957.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定