-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace with CSV File Upload Not Working #2505
Comments
This should be resolved by #2502. The cards were not shown because they were being categorised by the default "Color category" sort due to issues in the CSV import/export, but could be seen by enabling the Display -> Show unsorted cards option. Assuming the issue is the same, when the fix is deployed the cards will show without any action needed. |
Ok I see. I tested it and now it behaves exactly as expected. |
Actually I have another question, is there any documentation about what format the csv files need to have to use the functionality? I just tested it with the exported file, but I would like to update a cube with just a list of card names, which doesn't work currently and leads to a server error |
@abisz There has been a reported issue with the upload when the file is just a list of card names (see #2499) which might be what you are running into. As far as I can see there is no documentation for the CSV format however for the file to be detected as CSV instead of plain text there must be at least 4 fields in the CSV of which Name is the only required one, though Set and Collector Number are both useful to help identify the exact card (such as in the case of multiple printings). The text format only requires the Name as well, but can accept optional values for the number of cards, set, and collector number in the format of:
|
The "Replace with CSV File Upload" functionality is not working and leads to a weird bug, where the cube shows no cards even though the overview knows how many cards it suppose to have.
https://cubecobra.com/cube/list/a025ea6e-83c5-4022-a427-3c974c9adfa6
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: