question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exporter doesn't properly export MassEM value for planets

See original GitHub issue

MassEM doesn’t shows up in the csv at all regardless of the settings, probably due to the following :

In EDDiscovery/EDDiscovery/Export/ExportScan.cs // Line 167 :

writer.Write(MakeValueCsvFriendly((scan.nMassEM.HasValue) ? scan.nMassEM.Value : 0));

Looks like it should be writer.Write(MakeValueCsvFriendly(scan.nMassEM.HasValue ? scan.nMassEM.Value : 0)); instead (syntax)

EfilOne o7

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
iainrosscommented, Dec 16, 2016

There you go then, I’ve already fixed it for the next release 😃

0reactions
EfilOnecommented, Dec 16, 2016

@iainross Running 5.1.6 here, so that must be it !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Export doesn't work on the latest version of bridg...
I just downloaded the latest version of bridge, and exports don't work anymore. I'm on windows 10, when I click on custom export,...
Read more >
Cannot use exports as a type because exports is a value
The problem was in a completely different file where I was importing IChunkSorter incorrectly. I was using: import type IChunkSorter from '.
Read more >
Export data doesnt match
I have table full of various values. When I press to export it to csv file, my number column gets mixed up. 1,2...
Read more >
Avoiding Pitfalls When Exporting Aircraft from the United ...
Recent aircraft seizures by the U.S. government have highlighted the need to ensure compliance with U.S. export laws.
Read more >
What Are Exports? Definition, Benefits, and Examples
Exports are goods and services that are produced in one country and sold to buyers in another. Exports, along with imports, make up...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found