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.
 

Limiting column called by API

Author
Johnny Frecko
Federal Navy Academy
Gallente Federation
#1 - 2013-07-14 16:04:37 UTC
hey guys quick question.

i'm using excel to access wallet journal information through the API and it calls on some some clumns i don't need.

is there any way to tell the import line which columns to include? for example i'm not interested in the 'current time' one(and various others).

thanks a bunch :)

johnny
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2013-07-14 16:44:21 UTC
http://office.microsoft.com/en-gb/excel-help/map-and-unmap-xml-elements-HP010206397.aspx may be of interest.

Short answer is: Not without complicating the import process.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Omega Flames
Caldari Provisions
Caldari State
#3 - 2013-07-14 17:00:09 UTC
trust me getting all the columns at once is a beautiful thing. with google docs i have to ask for 1 column at a time (if xpath can list multiple columns at once idk how to make it happen) and having to setup 9 imports just to pull the info i need from the corp assets api is stupid ridiculus and very tedious