-
Notifications
You must be signed in to change notification settings - Fork 3
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
Won't Import Spansh CSV #1
Comments
It imports Road2Riches spansh cvs, but not Road2Exobiology Road2Riches CVS Road2Exobiology |
I'm having similar issues. I can import neutron plots without problem, but I've been trying to import a Spansh Ammonia Worlds route, to no avail. |
The router is looking for the exact road2riches header:
It only takes the information in body name, subtype, and the usual system and jumps columns. All these columns are also present in the Road2Exobiology CSV. For a band-aid fix, just add this below the first linked line, road2exoimportheader = "System Name,Body Name,Body Subtype,Distance To Arrival,Landmark Subtype,Value,Count,Jumps" and change the second linked line to elif (headerline == road2richesimportheader) or (headerline == road2exoimportheader): For a long-term fix (assuming Frontier adds ANOTHER thing that makes you scan planets and spansh makes another roads to X -- unlikely lol), this thing should not be matching exact headers, but just checking for whether column titles exist. |
Hello, guys. For some reason I wasn't receiving notifications from this repo, I'm sorry for such long respond time. |
As the title says. Say the file is not a valid file.
The text was updated successfully, but these errors were encountered: