#Java8 #csv #Stream
How to read and process CSV file in Java? ( with Streams)
In this, we are going to learn how to read a csv file in java.
We will see advanced use cases like streaming a CSV file as stream and performing map, filter, group by operations on stream.
_____________________________________________________________________________________
You can find all the demo code here -
Github - https://github.com/tech-recipes/java-...
_____________________________________________________________________________________
00:00 Overview
00:14 Comma Separated Values
01:19 Parse with Streams
03:17 Code Demo: Parse with Streams
09:51 Filter with Streams
10:44 Grouping with Streams
11:50 Code Demo: Filtering & Grouping with Streams
____________________________________________________________________________________
Links to tools used in the video:
Intellij Idea: https://www.jetbrains.com/idea/