README: Document additional source variables from 07d2241
.
This commit is contained in:
parent
cdedd0fc7c
commit
06f5ae9f4c
1 changed files with 9 additions and 0 deletions
|
@ -79,10 +79,19 @@ payee The name of the transaction payee
|
||||||
------------------ ----------------------------------------------------------
|
------------------ ----------------------------------------------------------
|
||||||
source_abspath The absolute path of the file being imported
|
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_name The filename of the file being imported
|
||||||
------------------ ----------------------------------------------------------
|
------------------ ----------------------------------------------------------
|
||||||
source_path The path of the file being imported, as specified on the
|
source_path The path of the file being imported, as specified on the
|
||||||
command line
|
command line
|
||||||
|
------------------ ----------------------------------------------------------
|
||||||
|
source_stem The filename of the file being imported, with its
|
||||||
|
extension removed
|
||||||
================== ==========================================================
|
================== ==========================================================
|
||||||
|
|
||||||
Specific importers and hooks may provide additional variables.
|
Specific importers and hooks may provide additional variables.
|
||||||
|
|
Loading…
Reference in a new issue