Table's Issue: Vanishing data from imported CVS file with 1752 rows
SUMinteractive
Member, PRO Posts: 49
So I have a CVS file with 4 columns and 1752 rows. They are essentially short trivia questions with 3 answers. (not exactly but close enough, im recreating our iOS game in gamesalad for android and web).
My issue is that only 999 rows seem to be supported (which is ok for a demo but this causes issues for me for a paid android version of this game since the iOS version (xcode) has 1752)
It also seems (and I saw someone briefly mention something like this in another thread) that there is a max amount of data. When I chop my database down to 999 rows and 4 columns I seem to lose the last column randomly. The data cannot be pulled in from that column and when I go back to the table view that column is missing.
So the question is... What is the max amount of data a table can hold? Is it character count or what? Can this be increased? Is there a workaround?
My issue is that only 999 rows seem to be supported (which is ok for a demo but this causes issues for me for a paid android version of this game since the iOS version (xcode) has 1752)
It also seems (and I saw someone briefly mention something like this in another thread) that there is a max amount of data. When I chop my database down to 999 rows and 4 columns I seem to lose the last column randomly. The data cannot be pulled in from that column and when I go back to the table view that column is missing.
So the question is... What is the max amount of data a table can hold? Is it character count or what? Can this be increased? Is there a workaround?
Answers
The issue I'm having is that my last 2 columns cannot display data. I'm using a "Display Text" to pull text from colums 3 and 4 and nothing comes through. No "Invalid Expression" and no data, it's just blank. It works fine if I lower the amount of rows to around 650.
Perhaps a workaround is to switch the rows and columns. So make 4 rows and 1750 columns. I am not sure but isn't there a button for that in excel?
You wil have to change some references to your table too but that is just switching the row and column numbers. (I guess you knew that last part).
Cheers,
Ludwig
Lump Apps and My Assets
Thanks for the willingness to help. I will set up a test case for you.
http://www.sum-interactive.com/testcases/gs_database_testcase.zip
Other than that I dont have any " : $ @ & in there. It imports fine, even display's fine, but soon as I preview the game it craps out.