Safe to import PurchaseTable csv?
supafly129
Member Posts: 454
I have a ton of IAP that I would like to bulk import to the PurchaseTable.
Since the PurchaseTable was built for a specific purpose in GS and is not to be modified, I was wondering if it would be safe to export/import a csv for that table?
Comments
@supafly129
the PurchaseTable gets dynamically changed and updated when calling the iAP behaviors.
So your data will get overwritten.
Make a separate table to hold the data from your CSV file.
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
Yea I wouldn't try to import it or mess with it at all....
It depends what's in your CSV. If you're just filling columns one and two, it'll be no problem.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
@Armelline @Hopscotch @NNterprises yes I would just be filling in over 100 rows in column 1 (product ID) via CSV import, so that I don't have to manually enter all of those rows. This would not be an in-game rule.
In that case I wouldn't encounter any permanent problems, correct?
POLAR ROLLOUT (New Line-Drawing Physics Puzzler!) - FREE Download
No, if you're only filling column 1 you should have no problems. Remember you also need to keep column 2 booleans, though. I'd recommend exporting the table, copying the data from your spread sheet's column 1 to the exported CSV, expanding column 2 as needed, then re-importing.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support