Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have txt file, i want to load in oracle table. Below is file format. It is possible to create meta data from below file contents in talend.
Report:212
date:21-02-2019
------------------------
no name col3
------------------------
02 sanajay sagar
03 xxx yyy
Report:213
date:21-02-2019
------------------------
no name col3
------------------------
05 zxz sa
06 ew qa
ID: 121
Row count: 4
Thanks
Shree
Hi,
What does your expected output look like?
In talend, you can centralize file metadata in repository. Here is online document about:TalendHelpCenter:Centralizing File Delimited metadata
Best regards
Sabrina
Hi Sabira.
Thanks for your input.
Please find the attached file.
How to create metadata for file, This file is system generated am sharing sample file contents.
Thanks
Shree
Hello,
What does your expected output look like?
no;name;col3
02;sanajay;sagar
03;xxx;yyy
05;zxz;sa
06;ew;qa
Best regards
Sabrina
Hi Sabira,
Yes, Below expected output.
no;name;col3
02;sanajay;sagar
03;xxx;yyy
05;zxz;sa
06;ew;qa
Kindly suggest how to implement or how to achieve this scenario.
Thanks
Shree
Sure Shong,
Let me try as mentioned flow. Let you know if i face any issues.
Thanks
Shree
Hi Shong,
Can you give sample example to remove "Report", "date", "---", ..., using tJavaRow.
I don't know java. May be i am asking simple/ silly question here.
Thanks
Shree
Hi Shong,
No problem, let me try this code.
Thanks
shree