Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
getting JSON Exception while reading file in custom transport handler
InputStream is = replicationTransaction.getContent().getInputStream();
jsonTxt = IOUtils.toString( is );
JSONObject pageContent = new JSONObject(jsonTxt);
THE SAME IS working if i try to print the file content in content builder
Solved! Go to Solution.
Hi Sharath,
It might not be json format Or missing the content type. Pring jsonTxt and Validate the response at https://jsonformatter.org/
Thanks,
View solution in original post
Are you following an online artilce so ppl can try and follow what you are doing.
Views
Likes
Replies