neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
https://neo4j.com/labs/apoc
Apache License 2.0
1.68k stars 494 forks source link

Textual representation of the export parquet output file #4056

Open vga91 opened 2 months ago

vga91 commented 2 months ago

Check if it is possible to export a Parquet file, with the apoc.export.parquet.* procedure, in a textual representation instead of a binary one, and add a flag if so.

jexp commented 1 month ago

Isn't that just CSV ?

Perhaps just wrap it in base64 encoding?