;import: doc: tweak
This commit is contained in:
		
							parent
							
								
									125ba49992
								
							
						
					
					
						commit
						7979c7d74c
					
				| @ -66,6 +66,12 @@ Eg, to see any importable transactions which CSV rules have not categorised: | ||||
| $ hledger import --dry bank.csv | hledger -f- -I print unknown | ||||
| ``` | ||||
| 
 | ||||
| or (live updating): | ||||
| 
 | ||||
| ```shell | ||||
| $ ls bank.csv* | entr bash -c 'echo ====; hledger import --dry bank.csv | hledger -f- -I print unknown' | ||||
| ``` | ||||
| 
 | ||||
| ### Importing balance assignments | ||||
| 
 | ||||
| Entries added by import will have their posting amounts made explicit (like `hledger print -x`). | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user