O*net database integration

I am conducting research with o*net database. (Newbee in neo4j), I can see variety of export options, however I was wondering how to import it into neo4j ? They offer xlsv, mysql, oracle, txt formats. Does anyone tried ? How to achieve something like this ?

Thanks

Neo4j can import csv files (either using Cypher code or using the data importer) - out of the options I see on that website, you could download XLSX and save as CSV from there. The "text" option they have also looks like it *may* be TSV, but I didn't explore further.