When I parse my csv file of 20k rows using CsvToBeanBuilder my app runs out of memory. So I now want to parse each individual row into my pojo and then process them one by one.
Can I do that with CsvToBeanBuilder?
When I parse my csv file of 20k rows using CsvToBeanBuilder my app runs out of memory. So I now want to parse each individual row into my pojo and then process them one by one.
Can I do that with CsvToBeanBuilder?
Copyright © 2021 Jogjafile Inc.