thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

No saves more than 2780081 bytes to a variable

Open XiveZ opened this issue 2 years ago • 5 comments

Hello. There is a problem when adding data to the regular - it is not able to save more than 2780081 bytes. Can you add support for larger long values?

The data is written to the variable as json

XiveZ avatar Jul 01 '22 08:07 XiveZ

@XiveZ don’t have any limit for environment variable, may be json has some limits.

can you share the sample variable value, I will test and verify

rangav avatar Jul 01 '22 09:07 rangav

@rangav Only if the data is drafted. test_json.txt link to json generator generator-https://json-generator.com/

In my case the response from the server contains approximately 50 000 to 100 000 lines. Minimum number of symbols - 1 500 000, maximum number of symbols - 2 500 000

XiveZ avatar Jul 01 '22 10:07 XiveZ

Why you want to save 100K lines of json in environment variable?

rangav avatar Jul 04 '22 06:07 rangav

for easy data manipulation

XiveZ avatar Jul 13 '22 06:07 XiveZ

May be save only part of json, env variables not intended for that purpose

rangav avatar Jul 21 '22 18:07 rangav