We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My tax software wants a csv file with the following format:
name,acquired,sold,proceeds,cost
example:
ALPHABET INC CLASS A COMMON STOCK,10/19/2016,11/03/2016,779.07,824.52 TESLA MOTORS INC,12/02/2016,12/06/2016,1468.19,1460.64
How can I get the output in the csv like this? Thanks you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My tax software wants a csv file with the following format:
name,acquired,sold,proceeds,cost
example:
ALPHABET INC CLASS A COMMON STOCK,10/19/2016,11/03/2016,779.07,824.52
TESLA MOTORS INC,12/02/2016,12/06/2016,1468.19,1460.64
How can I get the output in the csv like this?
Thanks you!
The text was updated successfully, but these errors were encountered: