Tool for making your CSV files ready to import into YNAB

1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a date formatting issue in the ynab-csv tool. The tool currently fails to correctly handle dates in the format 'Mmm DD YYYY' (e.g., 'June 24 2025') when importing from a CSV file. The solution requires identifying the part of the code responsible for date parsing and modifying it to correctly handle this specific date format. This might involve using a date parsing library or writing custom parsing logic.

Complexity: 3/5
enhancement help wanted

Tool for making your CSV files ready to import into YNAB

JavaScript