Improve and/or Clarify Syntax to Import a List of Sports Cards
I am attempting to determine the proper format to import my large list of sports cards and have found it difficult to use. For example, each of these will not work, although they display results when using them each in the search results:
"#30 1956 Topps Baseball"
"Jackie Robinson #30 1956 Topps Baseball"
Sorry for any confusion. Thanks for giving the example though. The syntax you gave with "Jackie Robinson #30 1956 Topps" will work with most cards but that particular card does not work because there are two versions of it, gray back and white back. We don't have enough information from what you entered to know which one you wanted to import so we skip that card instead of adding the wrong one.
If you add "Jackie Robinson Gray Back #30 1956 Topps" it should work.
The player name and card number are both required. So "#30 1956 Topps" would not work. Neither would "Jackie Robinson 1956 Topps". We require the card number too because many sets will have multiple cards for the same player so we need to remove ambiguity by including both player name and card number.
I hope that helps.