Talend Open Studio : scripting languages versus Microsoft SSIS

不打扰是莪最后的温柔 提交于 2019-12-11 14:48:36

问题


I have been trying to find out if Talend Open Studio has a scripting language. I hope that maybe it would be Perl or Python. I have been using Microsoft SSIS ETL tool, and they have a Script-Component to handle more complex ETL tasks. The SSIS Script-Component uses the languages C# and VB.NET as its scripting language.

Does Talend Open Studio have an equivalent to MS-SSIS Scripting Component.

I could not find much on the web on this. The amount of material available for Talend Open Studio is very little.

Hope someone can shed some light on this.


回答1:


Talend (Open Studio or Entreprise editions) is built on Java, and enables you to implement complex tasks in Java using tJava, tJavaRow and tJavaFlex components, as well as custom Java routines. You can also build your own custom components using XML to describe components, and javajet to generate the actual Java code.
Earlier versions of Talend (up to version 4) had Perl support, but it's been deprecated.



来源:https://stackoverflow.com/questions/49990503/talend-open-studio-scripting-languages-versus-microsoft-ssis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!