These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

SDE export for YC118.5

First post
Author
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#1 - 2016-05-31 16:37:30 UTC
Buliki
Publicly Owned Customs Offices
#2 - 2016-06-01 07:56:41 UTC  |  Edited by: Buliki
Getting Unknown Data fields... again (used mysql)

Example is command destroyer skill #37615 or logistics frigates #40328


Anyway. Thanks for exporting the SDE for us!

Vote Steve Ronuken for CSM
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2016-06-01 11:30:37 UTC
When you say 'unknown data fields' what are you meaning?

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Buliki
Publicly Owned Customs Offices
#4 - 2016-06-01 14:22:37 UTC
Well in the examples I gave, the skills have "Unknown" in the "name" data field instead of the name of the skill like "Command Destroyers"
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#5 - 2016-06-01 14:33:33 UTC
Huh. That's weird. The data is there in my export.

mysql> select typename from sdeyaml.invTyl.invTypes where typeid=40328;
+--------------------+
| typename |
+--------------------+
| Logistics Frigates |
+--------------------+
1 row in set (0.00 sec)

select typename from sdeyaml.invTypes where typeid=37615;
+--------------------+
| typename |
+--------------------+
| Command Destroyers |
+--------------------+
1 row in set (0.00 sec)


Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Buliki
Publicly Owned Customs Offices
#6 - 2016-06-01 15:28:00 UTC
I'll investigate further and report back

Sorry can't do it right now

And yes, it's weird!
Buliki
Publicly Owned Customs Offices
#7 - 2016-06-01 22:22:01 UTC  |  Edited by: Buliki
You're right.... It seems it's my scripts that generated the errors