Safe to import PurchaseTable csv?

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

  • HopscotchHopscotch Member, PRO Posts: 2,782

    @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.

  • NNterprisesNNterprises Member, PRO Posts: 387

    Yea I wouldn't try to import it or mess with it at all....

  • ArmellineArmelline Member, PRO Posts: 5,398

    It depends what's in your CSV. If you're just filling columns one and two, it'll be no problem.

  • supafly129supafly129 Member Posts: 454
    edited September 2016

    @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?

  • ArmellineArmelline Member, PRO Posts: 5,398

    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.

Sign In or Register to comment.