Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
daily_store_reports_nodejs
/
node_modules
/
@fast-csv
/
parse
/
build
/
src
/
parser
/
column
:
QuotedColumnParser.d.ts
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import { ParserOptions } from '../../ParserOptions'; import { Scanner } from '../Scanner'; export declare class QuotedColumnParser { private readonly parserOptions; private readonly columnFormatter; constructor(parserOptions: ParserOptions); parse(scanner: Scanner): string | null; private gatherDataBetweenQuotes; private checkForMalformedColumn; }