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

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

Player Features and Ideas Discussion

 
  • Topic is locked indefinitely.
 

Import\Export Standings from CSV

Author
Idgarad
Republic University
Minmatar Republic
#1 - 2011-11-29 04:21:10 UTC
How about the ability for groups that maintain KOS lists the ability to import and export standings to a comma delimited file.


entity,type,standing, Comments

SomeCorpHere,Corp,-10, "Known Douchebag"
SomePlayerHere,Player,+5, "Not a Douchebag"
SomeAllianceHere,Alliance,-5, "Might be Douchbags"
...



That way a corp, alliance, or person can periodically (say weekly) export their KOS\Friendly\Neutrals to a local file to be distributed. Then members can import the file and update their standings all at once. (Inspired by many a firewall blocklist utility such as Protowall).
mxzf
Shovel Bros
#2 - 2011-11-29 05:04:44 UTC
Well, with a copy of the ContactList API and a bit of parsing magic you can export them quite nicely. However, you can't import them the same way. So you could atleast export them and display them online for people to copy down.
Idgarad
Republic University
Minmatar Republic
#3 - 2011-11-29 05:14:04 UTC
Try keying in a KOS list of over 8000 entries. Not practical by any measure. Going to a web site to check taking 4 seconds could be the difference between getting podded or not. Would be nice to have an import, cut down on the time to keep the list up-to-date.
mxzf
Shovel Bros
#4 - 2011-11-29 05:37:53 UTC
I didn't say it was ideal, I would have no issues with your proposed import/exporter. I was just pointing out that half of your request already exists.