madrecha / portal

Tax notice management tool. An automated tool to fetch data from Income tax website.
https://portal.jamku.app/
8 stars 1 forks source link

Better date format in Excel Download #153

Closed adarshmadrecha closed 1 year ago

adarshmadrecha commented 1 year ago

Currently, the dates are downloaded in YYYYMMDD format. This format is not recognized as date in Excel and then creates issues in filter basis dates.

Suggested by : Venuegopal Gella

adarshmadrecha commented 1 year ago

Development note: When downloading, all the dates column should be converted to YYYY-MM-DD format. This makes Excel treat the string as Date and handle it accordingly.

Further, all the dates columns which are duplicated(non parsed), should be removed.