I want to allow the set size field in the card set details to be empty. Note that we can work around this by setting the value to 0 and updating it after import.
Requirements:
Confirm that an empty value is allowed, and is translated into a null value in the database
Prerequisites: N/A
Design:
look at case 7 in GmarrStandardCsvImporter.parseCardSetDataFromFile() for the logic and apply tweaks if needed.
Test Plan:
run a couple of test imports that include an integer value, something like N/A and an empty string. I'd like only integer or empty values to be allowed
Implementation Notes:
set up the Import Utility in a location to be used for production
created a couple of test files and confirmed that an empty value for the set size is allowed and results in a NULL value in the database
Release Notes:
set up the importer some place in a production capacity.
since it is just a back-end script, it could be anywhere, but it likely makes sense to keep it in the xampp folder with other production stuff
Description:
Requirements:
Prerequisites: N/A
Design:
Test Plan:
Implementation Notes:
Release Notes: