Toggle navigation

The RDA Europe-BlueBRIDGE Datathon on Fisheries and Aquaculture


  • About
  • Venue
  • Agenda
  • Register
  • RDA Atlas of Knowledge
  • Datasets
    • BlueBRIDGE
    • Other
  • Tools
    • Tools
    • Formats
    • Services
    • RDF Store
  • About

Parsing CSV in Java

CSV or comma separated files is probably the most common format of encoding information in this domain.

Below you may find a list of useful resources on how to parse and process CSV files

  • How to read and parse CSV file in Java
  • opencsv
  • Apache Commons CSV

Parsing CSV in Python

CSV or comma separated files is probably the most common format of encoding information in this domain.

Below you may find a list of useful resources on how to parse and process CSV files

  • Parsing CSV in Python
  • Using the CSV module in Python
  • csv – Comma-separated value files - Python Module of the Week