zookeeper-util icon indicating copy to clipboard operation
zookeeper-util copied to clipboard

Handle multiline value

Open blmarket opened this issue 9 years ago • 0 comments

Hi, I'd like to suggest PR to handle issue when value in zookeeper is containing newline character. Because import util reads entry line by line, import does not work properly if value is containing newline. This PR handle this issue by encoding value by JSON.

blmarket avatar Mar 03 '15 10:03 blmarket