I have a binary file and I want to import it into DolphinDB. But the function readRecord!
does not support importing a table with a field in type of STRING:
f.readRecord!(tb)
ERROR MESSAGE:
Read only object or object without ownership can't be applied to mutable function readRecord!
I wonder if DolphinDB provides a function which supports importing a binary file containing a STRING type field?