Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近刚刚通过各种示例和教程来处理解析 XML 的练习——我已经了解了 JSoup、DOM、StAX,也许还有其他。
我现在想分支到打开和读取 csv(逗号分隔文件)并搜索特定数据。
一个简短的 Internet 搜索显示类似于 XML 练习 - 有很多选项。
你推荐什么技术(在 JAVA 世界中)打开、阅读、搜索 csv 文件?
我想我还想包括编写一个 csv 文件。
感谢您的建议。
我可以推荐你opencsv库,它是简单易用的 csv 文件解析器。您可以在 opencsv 站点的常见问题解答中找到如何阅读和编写示例。