Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

puthbasejson

avatar
Expert Contributor

I am trying to put data in to hbase using puthbasejson.

When trying to put a timestamp '2017-12-01 10:00:00' and a name like 'Donald, Mark', I am getting error (basically could not insert ":" and ",").

I tried escaping them with "\", could not able to put.

Can anyone suggest how to put the above values

1 ACCEPTED SOLUTION

avatar
Expert Contributor

I have figured it, Thanks for help

View solution in original post

3 REPLIES 3

avatar
Master Guru

Can you show a sample JSON document you are sending to the processor?

avatar
Expert Contributor

@Bryan Bende

I am trying to put in puthbasejson

{"name":"MARK","color":"green&green","screen":"5.5 inch","resolution":"1000:1", "address":"1,1/1,NewYork","comments":"a1-1:\"newcomment" is registered"}

avatar
Expert Contributor

I have figured it, Thanks for help