Hi Sir,Madam,
pdi-ce-6.1,MySQL, java 1.7
I am trying to display all my database columns data in csv file as like individual columns in csv file (Table input --> Text file output) but I'm not able to do it, currently displaying all records in one csv column. attached the my sample Transformation regn.ktr and csv output file.
Could you please help me what is the best approach to display DB columns(id,regn_id,updated_date) in individual CSV columns?
reg.png
Transformation regn.ktr
Thank you
pdi-ce-6.1,MySQL, java 1.7
I am trying to display all my database columns data in csv file as like individual columns in csv file (Table input --> Text file output) but I'm not able to do it, currently displaying all records in one csv column. attached the my sample Transformation regn.ktr and csv output file.
Could you please help me what is the best approach to display DB columns(id,regn_id,updated_date) in individual CSV columns?
id;regn_id;updated_date | ||
000000000177534; 000000009941714;null |
Transformation regn.ktr
Thank you