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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -