Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Export - Values "Undefined" #101

Open
Darkstar77 opened this issue Nov 21, 2022 · 2 comments
Open

CSV Export - Values "Undefined" #101

Darkstar77 opened this issue Nov 21, 2022 · 2 comments

Comments

@Darkstar77
Copy link

I just noticed this today. I last used the functionality about 3 weeks ago, and it was fine then. Currently, when I export a CSV, I am getting this:

Manufacturer, Ship, Lti, Warbond, ID, Pledge, Cost, Date
"undefined","400i",true,false,,"undefined","undefined","September 10, 2021"

Most values are now "undefined", as opposed to the correct values. The JSON export does export the correct data from what I can tell:

{
"ship_code": "ORIG_400i",
"ship_name": "400i",
"manufacturer_code": "ORIG",
"manufacturer_name": "Origin Jumpworks",
"lti": true,
"name": "400i",
"warbond": false,
"entity_type": "ship",
"pledge_id": "xxxxxxxx",
"pledge_name": "Standalone Ship - Kruger P-72 Archimedes - LTI",
"pledge_date": "September 10, 2021",
"pledge_cost": "$160.00 USD"
}

I removed my pledge id from the above json block; that is the same data as should have been contained in the CSV output, but was not.

Not sure what's going on, but wanted to let you know about this apparent bug. I am on Chrome 107.0.5304.87 on Linux, with the latest version from the store.

If you do dig around in the CSV and JSON export functions, any chance they could include all paid items, such as skins and CCU's? I understand that is a feature request now, just wanted to mention it, no expectations.

@peter-dolkens
Copy link
Member

Hiya. Sounds like I overlooked the CSV export when I updated the code to handle new ships better.

I should be able to fix that in the next few weeks once I'm back from overseas.

RE: all paid items: it's a common feature request but I haven't thought of a graceful way to structure the data yet.

@residenthamster
Copy link

Hi Peter,

Just want to check if there's an update to this feature? I'm still getting undefined values in multiple columns when exported as a CSV, while the JSON export works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants