How to export strings larger than 200,000 characters?

I need to export strings larger than 200K characters to visualize them in excel.

Is there a way to do that? I won’t use this in-game, so maybe you know some studio tricks that could help me?

I tried using string values, but they have a limit of 200K characters.

Can’t you use multiple string values? Please elaborate.

It’s too bothersome to split it. I plan on generating even larger strings, so it’s not a good solution.

Well, I’m not sure what you are trying to do exactly. Planning on using HttpService to post your strings through a string value or something?

I did consider sending strings through HTTP service and then using node.js to listen on localhost, but I thought maybe there were other ways to export large strings.

I don’t think there are other efficient ways. If these strings are generated then you can’t copy them to your clipboard.

Then I guess I’ll use HTTP service. Thanks for the help.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.