Open dhawaldarji7 opened 3 years ago
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!
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!