Page 1 of 1

Problem with txt file

Posted: Fri Aug 16, 2013 8:25 am
by lsnovick
I am trying to read a txt file that I put on a UNIX box. It looks like the following:

VIN|SoldDate|BuildDate|IntvDate|ProblemCode|Service|Delivery|Trans|Engine|ProblemCode|SMT|Overall|BirthYear|Mcell|Qcell|Verbatim

I have these settings:
Final delimiter = end
Record = UNIX
Record Delimiter = |
Quote = none

It stops at the second column (SoldDate)

Is there a setting I am missing?

Posted: Fri Aug 16, 2013 8:52 am
by arunkumarmm
'|' is your field delimiter and not record delimiter.

Posted: Fri Aug 16, 2013 1:40 pm
by prasson_ibm
Is your file coming with null value?
What is the datatype you have given for Date,read it as varchar and transform to date in Transformer.

Re: Problem with txt file

Posted: Sun Aug 18, 2013 5:31 pm
by SURA
lsnovick wrote:It stops at the second column (SoldDate)
Change the Data type as VC and handle it in the next TFM would allow you...

Posted: Sun Aug 18, 2013 9:05 pm
by chulett
... or just fix the field and record delimiters. :?

Posted: Tue Aug 20, 2013 4:27 am
by v_bhaskar
are running this job with RCP or normal

Posted: Tue Aug 20, 2013 6:26 am
by srinivas.nettalam
'|' is the field delimiter not the record delimiter.Remove the record delimiter property and add field delimiter ='|'