Hi,
I am facing an issue while exporting data from neo4j to csv using apoc.export.csv.query when a property has float datatype the value after decimal places is changing but if I just download the output directly without using apoc its coming correct.
Please let me know if anyone knows the solution for this as my dataset is huge and I need to export it in csv after doing some processing using cypher, so I am not aware of any other apoc function which can help me get the desired output.
Thanks