Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/podbox-shared
parseCSV
Function parseCSV
parseCSV
(
csv
,
columns
)
:
string
[]
[]
Parses the CSV string into a 2D array of strings.
Parameters
csv
:
string
columns
:
Record
<
string
,
{
type
:
PODPipelineInputFieldType
;
}
>
Returns
string
[]
[]
The parsed CSV data.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Parses the CSV string into a 2D array of strings.