Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ toCsvRow
Function
toCsvRow
apps/sim/lib/table/export-format.ts:32–34 ·
view source on GitHub ↗
(values: string[])
Source
from the content-addressed store, hash-verified
30
}
31
32
export
function
toCsvRow(values: string[]): string {
33
return
values.map(escapeCsvField).join(
','
)
34
}
35
36
function
escapeCsvField(field: string): string {
37
if
(/[",\n\r]/.test(field)) {
Callers
3
resolveInputFiles
Function · 0.90
materialize
Function · 0.90
runTableExport
Function · 0.90
Calls
1
join
Method · 0.80
Tested by
no test coverage detected