Replies: 1 comment 1 reply
-
A So even if the internals were exposed, there's no easy way to sort it. It could be sorted, but I think you'd need to write your own sort function that knows about the representation, but it'd be a little tricky I think. Your best bet it to convert your I would also be open to implementing a |
Beta Was this translation helpful? Give feedback.
-
Hello,
Im making a kind of conversion application, where I have a csv file and I want to convert it into another csv file, allowing to represent data on different columns. I noticed the StringRecord type stores the data continuously in a single byte vector. I would like to split this vector and sort them based on some header information I have. But I think that this StringRecord does not expose the inner byte array this way.
There is probably a better way to do what im doing however?
Beta Was this translation helpful? Give feedback.
All reactions