Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个字符串格式的日期列,但我想在 Talend 中使用 tmap 将该字符串更改为日期格式。现在你能告诉我我需要使用哪个表达式来将格式从字符串更改为日期。
为此,您可以在 tMap 中使用内置的 Talend Java 例程。
这是一个例子:
TalendDate.parseDate("yyyy-MM-dd", row1.dateStr)