README: Document additional source variables from 07d2241.

This commit is contained in:
Brett Smith 2017-12-30 10:17:22 -05:00
parent cdedd0fc7c
commit 06f5ae9f4c

View file

@ -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.