Open pawcam opened 1 week ago
Thanks for bringing this up. This would be helpful to add and you can feel free to submit a pull request. Otherwise, I'll keep this issue alive and try to address it sooner than later, but right now I'm limited on development time.
I was digging through how you handle non vector members for CSV and was curious about the reasoning behind the API requiring rowwise csv writes to be vector or array
csv/write.hpp
I have:
Is there a way I can write my non vector members without the keys, or the end line appended?
csv output:
csv2 output:
Edit: I suppose this issue https://github.com/stephenberry/glaze/issues/1305 already covers this ask, but it's slightly different (vector of structs vs just one struct to a csv line). Mabe if there were an additional opt field like
transpose_members
to treat all the members as a single csv row?