kdbgo
kdbgo copied to clipboard
Added way to write binary files
I created two functions to parse and write binary files. They can be imported into q using the load command.
err = kdb.WriteToFile("data.kdb", kdbTable)
and then in q
get`:data.kdb