[13:23:42] <MonicleLewinsky> Anyone know of a good way to validate a huge Mongo export file?
[13:24:11] <MonicleLewinsky> I'm not able to import the whole thing because there's at least one line with invalid BSON, but I'm not sure exactly which line it's on
[16:00:34] <sinclair_> MonicleLewinsky, this channel is about asking questions, but not getting answers
[16:00:54] <MonicleLewinsky> sinclair_: It would seem so
[16:01:38] <MonicleLewinsky> I actually solved it myself. The file was not in fact BSON, just regular JSON. So I wrote a 10-line Node script to just call JSON.parse() on each line in the file
[23:13:04] <VectorX> hi, is there a channel for firestore ?