test content
What is the Arc Client?
Install Arc

ExportGuildDonationLog produces incomplete csv-header

kalbor96#9520 kalbor96 Member Posts: 7 Arc User
When i use /ExportGuildDonationLog to get current guild data the created *.csv file has an error in the header, namely a missing column for the day.

The current header is
Character Name,Account Handle,Time,Item,Item Count,Resource,Resource Quantity,Donor's Guild,Recipient Guild

while an entry looks like this:
char,account#1234,01.02.2022, 1:23:45,"foo",40,"foo",40,bar,es

The header only has 9 columns while the entry has 10, so the header should look like this:
Character Name,Account Handle,Day,Time,Item,Item Count,Resource,Resource Quantity,Donor's Guild,Recipient Guild

I don't know if this is a localization issue (i'm using a german client) or a general one. (Haven't tested that yet)
Sign In or Register to comment.