An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Key/Value.
Command
GETCSV input [delim, enclosure, escape]
Description
Parse a CSV string into a array.
Return value
Array: An indexed array containing the CSV fields or NULL on failure.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> GETCSV "this,is,a,test"
1)this
2)is
3)a
4)test
1)this
2)is
3)a
4)test
Copyright © Symisc Systems