I'm aware that the Bulk API does not support the importation of .json files that are pretty printed, I have a few files ranging from 250mb to a 1gb, does anyone have any recommendations for minifying the files. I've considered writing a python script to handle the operation but the output isn't returning the ideal solution. The files are too large for any web-based tools I've used thus far.
a little offtopic here, but you could either use cat foo.json | jq -c . or just use one of the official clients and let them do the heavy lifting...