llegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value
llegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value
받은 전문을 mapper로 리드할때 발생하는 에러 이며, 전문에 엔터, 탭등의 태그가 들어있을 경우 발생 아래와같이 replaceAll 사용
JsonNode rootNode = objectMapper.readTree(contents).replaceAll("\t", "");