cancel
Showing results for 
Search instead for 
Did you mean: 

Record count in txt file

Former Member
0 Kudos

Hi Experts,

Actually I have an output file with 3 records as like this

sl.no,EmpNo,EmpName

1,1001,abc

2,1002,xyz

3,1003,lkj

but the required output was i dont need the header record instead in that place i require current date, company name and recordcound such as

06/23/2009,CompanyName,4 (Record count includes number of records + Header Record i.e 3+1=4)

so i just want to know how to populate the record count, i have 3 differient nodes with same fields where in based on some condition any one of the nodes will execute how to count the records..

regards,

sai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Can you clarify your problem more.

As far I have understood, you just take a filed(sl no.), add by one and map with header field i.e recordCount..

Former Member
0 Kudos

hi,

u r understanding was correct and just want to know how the record count is handled

rgrds,

sai