How to import JSON file from mongodb using cbdocloader?

How can I convert a JSON file that has been exported from Mongo, (this file is 29353 lines long) to then be able to import it into couchbase?

Is the only way to use cbdocloader is to split the single JSON file into 29353 files, each with one line of JSON?