mirror of
				https://github.com/therootcompany/golib.git
				synced 2025-10-31 13:12:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			337 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			337 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
| # this is a comment
 | |
| # this is, well, a quoted comment
 | |
| # this is a "super"-quoted comment
 | |
| Key,Value,
 | |
| Name,55,
 | |
| Girlfriend's Age,55,
 | |
| ,,
 | |
| My IQ,55,
 | |
| ,55,
 | |
| "Key,with,Comma",,
 | |
| ,"Value,with,Comma",
 | |
| "Quoted ""Key""",Normal Value,
 | |
| Normal Key,"Quoted ""Value""",
 | |
| "Quoted ""Key""",,
 | |
| ,"Quoted ""Value""",
 | |
| x,y,z
 | |
| # comment with trailing comma,
 | |
| "#1",2,#3
 |