You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Right now I'm using the CSV parser but splitting on space to capture each column. A side-effect of this design is that we have to throw away the shardslots column. This was probably fine for an MVP but we should rewrite it using a custom splitOnFunc that's less hacky.