package csvparse
csv-parse package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- csvparse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
CsvParse
extends Object with IEventEmitter
CSV parsing implementing the Node.js 'stream.Transform' API
CSV parsing implementing the Node.js 'stream.Transform' API
- Annotations
- @RawJSType() @native()
- Version
1.1.10
- See also
https://github.com/wdavidw/node-csv-parse
-
implicit final
class
CsvParseEvents
extends AnyVal
Csv-Parse Events
- type CsvResults = Array[Array[String]]
-
class
Parser
extends Object with Readable with Writable
CSV Parser
CSV Parser
- Annotations
- @RawJSType() @native()
-
class
ParserOptions
extends Object
Parser Options
Parser Options
- Annotations
- @RawJSType() @ScalaJSDefined()