This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* Copyright 2021 Joseph Emenaker | |
* | |
* LOTS of credit to Eric Maycock for providing the starting code: | |
* https://community.smartthings.com/t/release-qubino-flush-1d-relay-flush-2-relays-flush-1-relay-flush-dimmer/79618 | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
* in compliance with the License. You may obtain a copy of the License at: | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to turn a CSV into input for Quicken for Mac | |
# 2021-06-03 - joe at emenaker.com | |
# Background: Quicken can download transactions directly from your bank, but | |
# there's usually a limit to how far back the data goes. If you wait more | |
# than several months between downloads, you'll end up with a gap in | |
# your transactions, which you would need to fill by hand-entering | |
# transactions from printed or PDF statements from your bank. | |
# | |
# If you have access to the PDF statements, it's fairly easy to cut/paste |