Changeset - 06f5ae9f4c18
[Not reviewed]
0 1 0
Brett Smith - 6 years ago 2017-12-30 15:17:22
brettcsmith@brettcsmith.org
README: Document additional source variables from 07d2241.
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
...
 
@@ -79,10 +79,19 @@ payee              The name of the transaction payee
 
------------------ ----------------------------------------------------------
 
source_abspath     The absolute path of the file being imported
 
------------------ ----------------------------------------------------------
 
source_absdir      The absolute path of the directory that contains the file
 
                   being imported
 
------------------ ----------------------------------------------------------
 
source_dir         The path of the directory that contains the file being
 
                   imported, as specified on the command line
 
------------------ ----------------------------------------------------------
 
source_name        The filename of the file being imported
 
------------------ ----------------------------------------------------------
 
source_path        The path of the file being imported, as specified on the
 
                   command line
 
------------------ ----------------------------------------------------------
 
source_stem        The filename of the file being imported, with its
 
                   extension removed
 
================== ==========================================================
 

	
 
Specific importers and hooks may provide additional variables.
0 comments (0 inline, 0 general)