如何使用talend中的tmap将日期列从字符串转换为日期

时间:2017-10-03 16:09:55

标签: talend tmap

我有一个字符串格式的日期列,但我想在Talend中使用tmap将该字符串更改为日期格式。现在,请您告诉我需要使用哪个表达式将格式从字符串更改为日期。

1 个答案:

答案 0 :(得分:0)

您可以在tMap中使用内置的Talend Java例程来实现此目的。

以下是一个例子:

cd . && automake --gnu --include-deps Makefile
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
automake: error: cannot open < maintMakefile: No such file or directory
Makefile:135: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

enter image description here

enter image description here

相关问题