zilibobi
(Checkmate)
January 3, 2023, 6:12pm
#1
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.
2jammers
(2jammers)
January 3, 2023, 6:19pm
#2
Can’t you use multiple string values? Please elaborate.
zilibobi
(Checkmate)
January 3, 2023, 6:20pm
#3
It’s too bothersome to split it. I plan on generating even larger strings, so it’s not a good solution.
2jammers
(2jammers)
January 3, 2023, 6:21pm
#4
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?
zilibobi
(Checkmate)
January 3, 2023, 6:24pm
#5
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.
2jammers
(2jammers)
January 3, 2023, 6:26pm
#6
I don’t think there are other efficient ways. If these strings are generated then you can’t copy them to your clipboard.
zilibobi
(Checkmate)
January 3, 2023, 6:27pm
#7
Then I guess I’ll use HTTP service. Thanks for the help.
1 Like
system
(system)
Closed
January 17, 2023, 6:28pm
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.