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.
 

Yaml files; Skills/Certificates

First post
Author
Jt Greet
Tradors'R'us
IChooseYou Alliance
#1 - 2015-03-13 22:34:46 UTC
How do i work yaml files, cuz i got the static DB export, and the file for certificate just uses numbers, and I don't see skills.
Dragonaire
Here there be Dragons
#2 - 2015-03-14 07:08:22 UTC
Look around for a library for what ever language you are working it for Yaml. You can find a list of them at http://yaml.org/

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2015-03-14 16:18:30 UTC
The cert* files from https://www.fuzzwork.co.uk/dump/latest/ may be of interest.

The numbers you're seeing (other than the 1-5 ones) are what we call typeids. They refer to rows in invtypes (also available from the dump)

This is because it takes less space to store numbers, and comparing them is also faster.

If you're working in excel, or another spreadsheet, the function you want is vlookup, where you can have it look up a number from a list, and return a specific column from a found row.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

SJ Astralana
Syncore
#4 - 2015-03-15 03:10:37 UTC
Yaml sucks full stop. It was a weak idea almost a decade ago, and I hate working with it. In the .NET space, the sanest approach is YamlDotNet (available on nuget), but the code is about as painful as the nonsense of walking xml.

Hyperdrive your production business: Eve Production Manager

Jt Greet
Tradors'R'us
IChooseYou Alliance
#5 - 2015-03-15 08:40:06 UTC
ty for tips
Jt Greet
Tradors'R'us
IChooseYou Alliance
#6 - 2015-03-23 01:16:30 UTC
well okay i got the certificates and the typeids, how do i put them together at least into .txt file? yamldotnet doesn't work for ubuntu, and i watched videos about working yaml and they were a bit too complicated and where about something else.