save to csv
#14
-
Hi, Thanks for this amazing work! Q: How can I export the result of a ? rule or a stored relation into e.g. csv or someting else? Is there something like CsvWrite()? |
Beta Was this translation helpful? Give feedback.
Answered by
zh217
Nov 14, 2022
Replies: 1 comment 1 reply
-
You need to use your host language to convert the results to CSV. Cozo does not write to disk, except to the database file. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
miaxhee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use your host language to convert the results to CSV. Cozo does not write to disk, except to the database file.