Closed apotenza92 closed 2 days ago
I'm currently working on this, would you be willing to provide me with two of those JSON files to test with?
Love your work on this tool @tdhooten ! And the extension @apotenza92 👏
I posted an Omnivore processing jq
command in a gist here though I know that's not directly applicable to you 😁
Found your question though, so here are two of the Omnivore JSON files for you to experiment with 👍
@ocean Thanks so much for the files!
Native support for uploading multiple files at once has now been released.
Hi, love your tool, used it to get off Omnivore and onto Raindrop.
One small snag I came across was that Omnivore batches its entires into groups of 20 for some reason. So you end up with a folder that looks like this:
To get around this I just wrote a tiny merger python script that will take all the jsons and make a merged_output.json that then works great with Polyglot. Would be cool to have it integrated into Polygot for Omnivore exports somehow? Like maybe you could point Polyglot to the folder that Omnivore makes and it will automatically merge all these jsons?