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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -