;csv: doc: clarify skip's behaviour
[ci skip]
This commit is contained in:
		
							parent
							
								
									952c2728f8
								
							
						
					
					
						commit
						96e9b1595d
					
				@ -86,7 +86,8 @@ Blank lines and lines beginning with `#` or `;` are ignored.
 | 
			
		||||
 | 
			
		||||
`skip `*`N`*
 | 
			
		||||
 | 
			
		||||
Skip this number of CSV records at the beginning.
 | 
			
		||||
Skip this many non-empty lines preceding the CSV data.
 | 
			
		||||
(Empty/blank lines are skipped automatically.)
 | 
			
		||||
You'll need this whenever your CSV data contains header lines. Eg:
 | 
			
		||||
<!-- XXX -->
 | 
			
		||||
<!-- hledger tries to skip initial CSV header lines automatically. -->
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user