Skip to main content
simply more productive

The Data Specialist

Thanks to our intuitive transformation designer, you can convert data effortlessly to a variety of formats without knowing how to program. It’s not only efficient, it’s also easy to use.
Flowheater Download

Row count

More
11 years 6 months ago #2246 by Gennaro
Row count was created by Gennaro
Hi!
i was wandering if is it possible:

- to count the total number of rows of a text file on the read side
and then
- to use the result (total number) as output to a filed on the write side

any suggestions?

thanks in advance

Please Log in to join the conversation.

More
11 years 6 months ago #2247 by FlowHeater-Team
Replied by FlowHeater-Team on topic Re:Row count
Hi Genaro,

Yes, it is! If you want to add the line count to each row you have to use the power of the .NET Heater and the following little script. In the attachment you’ll find an example.
Code:
int rows = -1; public object DoWork() { // only read the input file one time if (rows < 0) { // Getting the READ Adapter TextFileAdapter adapter = (TextFileAdapter)AdapterRead; // Read all lines string [] lines = File.ReadAllLines(adapter.Filename); // adopt the line count rows = lines.Length; } return rows; }

If you want to add the line count to a Header/Footer row you can find an example here. Processing of CSV header and footer rows

Attachment counting_rows.zip not found


Best wishes
Robert Stark

Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Attachments:

Please Log in to join the conversation.

Time to create page: 0.278 seconds

FlowHeater - The Data Specialist

Efficient data integration and transformation with FlowHeater – the perfect solution for a seamless transfer of your data.

Rechtliches

Support & Contact

Kontaktinformation

Telefon:0951 / 99339792 E-Mail:This email address is being protected from spambots. You need JavaScript enabled to view it.

Copyright © 2009-2024 by FlowHeater GmbH. All rights reserved.