mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-04 07:34:10 +00:00 
			
		
		
		
	changed defaults in csv generation
This commit is contained in:
		
							parent
							
								
									7c0c0699b5
								
							
						
					
					
						commit
						4bf89626b9
					
				@ -11,10 +11,10 @@ type InputRows = RowObject[];
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export function generateCSVString(input: InputRows, opts: CSVOptions = {}): string {
 | 
					export function generateCSVString(input: InputRows, opts: CSVOptions = {}): string {
 | 
				
			||||||
  const {
 | 
					  const {
 | 
				
			||||||
    delimiter = ",",
 | 
					    delimiter = ";",
 | 
				
			||||||
    headerOrder,
 | 
					    headerOrder,
 | 
				
			||||||
    eol = "\r\n",
 | 
					    eol = "\r\n",
 | 
				
			||||||
    includeBOM = false,
 | 
					    includeBOM = true,
 | 
				
			||||||
    nullString = "",
 | 
					    nullString = "",
 | 
				
			||||||
  } = opts;
 | 
					  } = opts;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user