使用类别过滤和重新排列CSV文件 #eg60
原文英文,约200词,阅读约需1分钟。发表于: 。The CSV file below has 4 columns: idSale (id), Movie (movie name), Genre and Director: Use Java to implement a task: filter the file using Director as the argument, group it by Genre, and print...
文章介绍了如何用Java和SPL脚本处理CSV文件,文件包含idSale、电影名称、类型和导演四列。任务是根据导演过滤,按类型分组,并按类型和电影名称排序打印。以Christopher Nolan为例,步骤包括打开CSV文件、按导演过滤、按类型分组并计算。还提到如何在Java应用中集成SPL脚本。