Talend parse date: unable to parse -
i'm trying insert data
in database, input string, representing date in format: yyyymmdd ("20140525")
i try in talend :
talenddate.parsedate("yyyymmdd",row1.date_pre_contrat)
but @ runtime not work...
i've tried
talenddate.parsedate("yyyy-mm-dd",row1.date_pre_contrat)
but result same.
does have clue on problem is?
solution found:
it because didn't tell talend not analyse first line contains title.
sorry this
Comments
Post a Comment