Salesforce B2C Commerce 23.5
>
B2C Commerce API
>
B2C Commerce Script
>
dw.io
Overview
API Versioning
Deprecated
dw.io
Class CSVStreamWriter
Object
dw.io.CSVStreamWriter
The class writes a CSV file.
Note:
when this class is used with sensitive data, be careful in persisting sensitive information to disk.
Constructor Summary
CSVStreamWriter
(writer :
Writer
)
Create a new CSVStreamWriter with a ',' as separator and '"' as quote character.
CSVStreamWriter
(writer :
Writer
, separator :
String
)
Create a new CSVStreamWriter with the specified separator and '"' as quote character.
CSVStreamWriter
(writer :
Writer
, separator :
String
, quote :
String
)
Create a new CSVStreamWriter with the specified separator and the specified quote character.
Method Summary
close
() : void
Closes the underlying writer.
writeNext
(line :
String
...) : void
Write a single line to the CSV file.
Methods inherited from class
Object
assign
,
create
,
create
,
defineProperties
,
defineProperty
,
entries
,
freeze
,
fromEntries
,
getOwnPropertyDescriptor
,
getOwnPropertyNames
,
getOwnPropertySymbols
,
getPrototypeOf
,
hasOwnProperty
,
is
,
isExtensible
,
isFrozen
,
isPrototypeOf
,
isSealed
,
keys
,
preventExtensions
,
propertyIsEnumerable
,
seal
,
setPrototypeOf
,
toLocaleString
,
toString
,
valueOf
,
values
Constructor Detail
CSVStreamWriter
public
CSVStreamWriter
(writer :
Writer
)
Create a new CSVStreamWriter with a ',' as separator and '"' as quote character.
Parameters:
writer
-
the writer to use.
CSVStreamWriter
public
CSVStreamWriter
(writer :
Writer
, separator :
String
)
Create a new CSVStreamWriter with the specified separator and '"' as quote character.
Parameters:
writer
-
the writer to use.
separator
-
the separator to use.
CSVStreamWriter
public
CSVStreamWriter
(writer :
Writer
, separator :
String
, quote :
String
)
Create a new CSVStreamWriter with the specified separator and the specified quote character.
Parameters:
writer
-
the writer to use.
separator
-
the separator to use.
quote
-
the quote to use.
Method Detail
close
close
() : void
Closes the underlying writer.
writeNext
writeNext
(line :
String
...) : void
Write a single line to the CSV file.
Parameters:
line
-
an array of strings.
© Copyright 2000-2023, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.
X
Privacy Update:
We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this.
Privacy Policy.