0

I have some very large (20-100GB) JSON files that I need to split into smaller files. I found the link below for doing so on Linux, but I am working on Windows. I have jq and it works, but I am not fluent enough to be able to write the requisite code. Could someone please translate the Linux answer to Windows for me?

Split/Slice large JSON using jq

fsumathguy
  • 95
  • 6

1 Answers1

0

The easiest way to deal with the Windows quote issues is to put the jq filter code into a file and call it with -f. When you do this you can use the same code that works on Linux.

fsumathguy
  • 95
  • 6