Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Answered

How to skip last 2 rows while reading a CSV file using commatext class .

Posted on by

Hi experts,

I have a code to read CSV file using Comma text IO class. It works fine , however i am unable to figure out how can i customize it so that it skips reading last 2 rows of the CSV file.

Please share psuedo/full code.

Thanks

Mav

  • Verified answer
    Sergei Minozhenko Profile Picture
    Sergei Minozhenko 23,089 on at
    RE: How to skip last 2 rows while reading a CSV file using commatext class .

    Hi Mav,

    If you use newline as row delimiter, you can calculate the number of lines with TextBuffer before you start reading the file with CommaTextIO. In the while loop for CommaTextIO you can increment current line and compare it with the total number of lines.

    TextBuffer textBuffer = new TextBuffer();
    textBuffer.fromFile("my_file_path");
    info(strFmt("%1", textBuffer.numLines()));

    docs.microsoft.com/.../textbuffer-class

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans