SuLab / Krusty

neo4j <-> wikibase import/export tool
1 stars 2 forks source link

Add fix in write_out() to fillna in neo4j CSV files #11

Closed NuriaQueralt closed 5 years ago

NuriaQueralt commented 5 years ago

I added a fix in the write_out() function to fill empty string fields, which were '', with 'NA' string, as required format for Neo4j. This enables Neo4j Browser to display all resource attributes whether are filled or not.