0

在 tLogRow1(trestclient 之后)我得到正确的日期。但是在 tXmlMap 之后,我得到了错误的日期。

tLogRow1 输出 =>

<Date>2020-08-21</Date>

但在 tLogRow2 输出 =>

0027-02-10

对于我写的日期表达式的 txmlmap 中的那个,TalendDate.parseDate("yyyy-MM-dd",TalendDate.formatDate("yyyy-MM-dd",[row4.body:/root/root/Date])) 但结果仍然是相同的。

在此处输入图像描述

4

1 回答 1

0

通过更改 tXmlMap 的 Tree Schema Editor 的日期格式,我能够解决它。

于 2020-08-22T06:54:58.313 回答