Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alberthaff/ngx-papaparse
/ functions
Functions
12 in github.com/alberthaff/ngx-papaparse
⨍
Functions
12
◇
Types & classes
15
↓ 5 callers
Method
unparse
* Convert an array into CSV
src/lib/papa.ts:24
↓ 3 callers
Method
parse
* Parse CSV to an array
src/lib/papa.ts:17
↓ 1 callers
Method
getParagraphText
()
e2e/src/app.po.ts:8
↓ 1 callers
Method
navigateTo
()
e2e/src/app.po.ts:4
Method
badDelimiters
* An array of characters that are not allowed as delimiters.
src/lib/papa.ts:55
Function
onPrepare
()
e2e/protractor.conf.js:22
Method
recordSeparator
* The true delimiter. Invisible. ASCII code 30. * Should be doing the job we strangely rely upon commas and tabs for.
src/lib/papa.ts:63
Method
setDefaultDelimiter
* Set the delimiter used when it is left unspecified and cannot be detected automatically. Default is comma.
src/lib/papa.ts:48
Method
setLocalChunkSize
* Set the size in bytes of each file chunk. * Used when streaming files obtained from the DOM that * exist on the local computer. Default 10
src/lib/papa.ts:33
Method
setRemoteChunkSize
* Set the size in bytes of each remote file chunk. * Used when streaming remote files. Default 5 MB.
src/lib/papa.ts:41
Method
unitSeparator
* Also sometimes used as a delimiting character. ASCII code 31.
src/lib/papa.ts:70
Method
workersSupported
* Whether or not the browser supports HTML5 Web Workers. * If false, worker: true will have no effect.
src/lib/papa.ts:78