Hello, I have made an http request from postman and received 1.8million characters. Tried the same in studio, storing the output json to .txt file (later step to read that txt file json and convert to csv). Here is the problem, txt file doesn’t have all the characters that are shown in postman. txt file had 1,062,062 characters instead of 1.8million.
fyi, tried direct json output to json to csv converter, same problem.
Could somebody help or present your analysis/ideas? Appreciate your help, thanks!