this is how i extract private key and also maybe import in batch.
Pls inform me if make mistake, thanks
run coin-qt -server
============
dump priv key
============
./coind listaddressgroupings >> test.txt
awk '/"/' test.txt >btest.txt #only print those between symbol
cat btest.txt | sed...