Can't import encrypted wallet file into geth

I tried downloading my wallet file and importing it into my local geth node but it appears that the wallet file is not compatible with geth. Is there an online tool to convert it?

That is a good question: we are using this lightwallet: GitHub - ConsenSys/eth-lightwallet: Lightweight JS Wallet for Node and the browser
In principal it should be possible but I am not aware of a tool that does it.

@charlieknoll did you get this figured out? It took me a little while to get it working but I was able to use the JSON file to access the private key and import it into geth. If you need help let me know.