Hi there,
NeoDash has theoretically a feature to download a displayed table as CSV file using a button like in this picture:
This is similar to the download picture button, that also exists and works properly.
My problem is that download CSV doesn’t work. It doesn’t throw a message, it doesn’t put anything in the log file, it just doesn’t do anything. The only Error I could find is in the Browser:
ChartUtils.ts:167 Uncaught TypeError: Cannot use 'in' operator to search for 'low' in not specified
at ChartUtils.ts:167:20
at Array.forEach ()
at ChartUtils.ts:164:13
at Array.forEach ()
at _ (ChartUtils.ts:163:8)
at onClick (TableChart.tsx:300:17)
at onClick (IconButton.tsx:129:7)
at Object.He (react-dom.production.min.js:52:317)
at qe (react-dom.production.min.js:52:471)
at react-dom.production.min.js:53:35
I tried the same in another browser, but got same issue. Hier the error from Firefox
Uncaught TypeError: cannot use 'in' operator to search for "low" in "not specified"
_ ChartUtils.ts:167
_ ChartUtils.ts:164
_ ChartUtils.ts:163
onClick TableChart.tsx:300
onClick IconButton.tsx:129
React 11
unstable_runWithPriority scheduler.production.min.js:18
React 3
In Neo4j Browser I have no problem in exporting tables as CSV files. So why do I have this problem in NeoDash?
Is this a bug in NeoDash or am I missing something?